table of contents
OCF_HEARTBEAT_AWSEIP(7) | OCF resource agents | OCF_HEARTBEAT_AWSEIP(7) |
NAME¶
ocf_heartbeat_awseip - Amazon AWS Elastic IP Address Resource Agent
SYNOPSIS¶
awseip [start | stop | monitor | migrate_to | migrate_from | meta-data | validate-all]
DESCRIPTION¶
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.
SUPPORTED PARAMETERS¶
awscli
(optional, string, default "/usr/bin/aws")
profile
(optional, string, default "default")
elastic_ip
(unique, required, string, no default)
allocation_id
(unique, required, string, no default)
private_ip_address
(unique, optional, string, no default)
api_delay
(optional, integer, default 3)
SUPPORTED ACTIONS¶
This resource agent supports the following actions (operations):
start
stop
monitor
migrate_to
migrate_from
meta-data
validate
validate-all
EXAMPLE CRM SHELL¶
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"
EXAMPLE PCS¶
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" depth="0"
SEE ALSO¶
AUTHOR¶
ClusterLabs contributors (see the resource agent source for information about individual authors)
03/19/2024 | resource-agents UNKNOWN |