OCF_HEARTBEAT_AWS-V(7) | OCF resource agents | OCF_HEARTBEAT_AWS-V(7) |
ocf_heartbeat_aws-vpc-move-ip - Move IP within a VPC of the AWS EC2
aws-vpc-move-ip [start | stop | monitor | meta-data | validate-all]
Resource Agent to move IP addresses within a VPC of the Amazon Webservices EC2 by changing an entry in an specific routing table
awscli
(optional, string, default "/usr/bin/aws")
profile
(optional, string, default "default")
region
(optional, string, no default)
ip
(required, string, no default)
address
(optional, string, no default)
routing_table
(required, string, no default)
routing_table_role
(optional, string, no default)
interface
(required, string, default "eth0")
iflabel
The kernel allows alphanumeric labels up to a maximum length of 15 characters including the interface name and colon (e.g. eth0:foobar1234)
(optional, string, no default)
monapi
(optional, boolean, default false)
lookup_type
(optional, string, default "InstanceId")
This resource agent supports the following actions (operations):
start
stop
monitor
validate-all
meta-data
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="30s" interval="60s"
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 OCF_CHECK_LEVEL="0" timeout="30s" interval="60s"
http://clusterlabs.org/
ClusterLabs contributors (see the resource agent source for information about individual authors)
04/13/2023 | resource-agents 4.12.0-2 |