Provided by: resource-agents_4.1.0~rc1-1ubuntu1.3_amd64 bug

NAME

       ocf_heartbeat_aws-vpc-move-ip - Move IP within a APC of the AWS EC2

SYNOPSIS

       aws-vpc-move-ip [start | stop | monitor | meta-data | validate-all]

DESCRIPTION

       Resource Agent to move IP addresses within a VPC of the Amazon Webservices EC2 by changing
       an entry in an specific routing table

SUPPORTED PARAMETERS

       awscli
           Path to command line tools for AWS

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

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

           (optional, string, default "default")

       ip
           VPC private IP address

           (required, string, no default)

       routing_table
           Name of the routing table, where the route for the IP address should be changed, i.e.
           rtb-...

           (required, string, no default)

       interface
           Name of the network interface, i.e. eth0

           (required, string, default "eth0")

       monapi
           Enable enhanced monitoring using AWS API calls to check route table entry

           (optional, boolean, default false)

SUPPORTED ACTIONS

       This resource agent supports the following actions (operations):

       start
           Starts the resource. Suggested minimum timeout: 180.

       stop
           Stops the resource. Suggested minimum timeout: 180.

       monitor
           Performs a detailed status check. Suggested minimum timeout: 30. Suggested interval:
           60.

       validate-all
           Performs a validation of the resource configuration. Suggested minimum timeout: 5.

       meta-data
           Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 5.

EXAMPLE CRM SHELL

       The following is an example configuration for a aws-vpc-move-ip resource using the crm(8)
       shell:

           primitive p_aws-vpc-move-ip ocf:heartbeat:aws-vpc-move-ip \
             params \
               ip=string \
               routing_table=string \
               interface="eth0" \
             op monitor depth="0" timeout="30" interval="60"

EXAMPLE PCS

       The following is an example configuration for a aws-vpc-move-ip resource using pcs(8)

           pcs resource create p_aws-vpc-move-ip ocf:heartbeat:aws-vpc-move-ip \
             ip=string \
             routing_table=string \
             interface="eth0" \
             op monitor depth="0" timeout="30" interval="60"

SEE ALSO

       http://clusterlabs.org/

AUTHOR

       ClusterLabs contributors (see the resource agent source for information about individual
       authors)