GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OCF_HEARTBEAT_AWSEIP(7) OCF resource agents OCF_HEARTBEAT_AWSEIP(7)

ocf_heartbeat_awseip - Amazon AWS Elastic IP Address Resource Agent

awseip [start | stop | monitor | migrate_to | migrate_from | meta-data | validate-all]

Resource Agent for Amazon AWS Elastic IP Addresses.

It manages AWS Elastic IP Addresses with awscli.

Credentials needs to be setup by running "aws configure".

See https://aws.amazon.com/cli/ for more information about awscli.

This resource agent may be configured for native migration if available in the cluster manager. For Pacemaker, the allow-migrate="true" meta attribute enables native migration.

awscli
command line tools for aws services

(optional, string, default "/usr/bin/aws")

profile

Valid AWS CLI profile name (see ~/.aws/config and 'aws configure')

(optional, string, default "default")

elastic_ip

reserved elastic ip for ec2 instance

(unique, required, string, no default)

allocation_id

reserved allocation id for ec2 instance

(unique, required, string, no default)

private_ip_address

predefined private ip address for ec2 instance

(unique, optional, string, no default)

api_delay

a short delay between API calls, to avoid sending API too quick

(optional, integer, default 3)

This resource agent supports the following actions (operations):

start

Starts the resource. Suggested minimum timeout: 30s.

stop

Stops the resource. Suggested minimum timeout: 30s.

monitor

Performs a detailed status check. Suggested minimum timeout: 30s. Suggested interval: 20s.

migrate_to

Executes steps necessary for migrating the resource to the node. Suggested minimum timeout: 30s.

migrate_from

Executes steps necessary for migrating the resource away from the node. Suggested minimum timeout: 30s.

meta-data

Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 5s.

validate

Suggested minimum timeout: 10s.

validate-all

Performs a validation of the resource configuration. Suggested minimum timeout: 10s.

The following is an example configuration for a awseip resource using the crm(8) shell:

primitive p_awseip ocf:heartbeat:awseip \
  params \
    elastic_ip=string \
    allocation_id=string \
  meta allow-migrate="true" \
  op monitor timeout="30s" interval="20s" depth="0" 

The following is an example configuration for a awseip resource using pcs(8)

pcs resource create p_awseip ocf:heartbeat:awseip \
  elastic_ip=string \
  allocation_id=string \
  op monitor timeout="30s" interval="20s" OCF_CHECK_LEVEL="0" 

http://clusterlabs.org/

ClusterLabs contributors (see the resource agent source for information about individual authors)
04/12/2022 resource-agents 4.10.0

Search for    or go to Top of page |  Section 7 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.