IBM::EC2::EIP

This resource type represents an elastic IP (EIP) address on Amazon Elastic Compute Cloud. It extends the type OS::Neutron::FloatingIP.
Table 1. Custom properties
Name Type Required Description
instance_id String True ID of the instance to associate with the floating IP.
Table 2. Attributes
Name Description
allocation_id The allocation ID of this EIP.
association_id The association ID of this EIP if it is attached to an instance.
domain The domain of this EIP.
fixed_ip_address The IP address of the associated port, if specified.
floating_ip_address The allocated address of this IP.
floating_network_id The ID of the network in which this IP is allocated.
instance_id The ID of an associated instance of this EIP.
network_interface_id The ID of the network interface of this EIP if it is attached to an instance.
network_interface_owner_id The ID of the network interface owner if it is attached to an instance.
private_ip_address The private IP address of the instance that is attached to this EIP.
port_id The ID of the port that is associated with this IP
public_ip The public IP address of this EIP.
region The region of this EIP
router_id The ID of the router that is used as a gateway. It is set when associated with a port.
show Displays all attributes.
tenant_id The tenant that owns this floating IP.

Feedback