IBM::EC2::EIPAssociation

This resource type represents an elastic IP address (EIP) association on Amazon Elastic Compute Cloud. It extends the type OS::Neutron::FloatingIPAssociation.
Table 1. Properties
Name Type Required Description
floatingip_id String True ID of the floating IP with which to associate.
fixed_ip_address String False IP address to use if the port has access to multiple addresses.
port_id String False ID of a port with at least one IP address to associate with the floating IP. The port must exist.
Table 2. Custom properties
Name Type Required Description
instance_id String True ID of the instance to associate with the floating IP.
This resource type has no attributes.

Feedback