eip_association
Gets an individual eip_association
resource
Overview
Name | eip_association |
Type | Resource |
Description | eip_association |
Id | awscc.ec2.eip_association |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Composite ID of non-empty properties, to determine the identification. |
allocation_id | string | The allocation ID. This is required for EC2-VPC. |
network_interface_id | string | The ID of the network interface. |
instance_id | string | The ID of the instance. |
private_ip_address | string | The primary or secondary private IP address to associate with the Elastic IP address. |
e_ip | string | The Elastic IP address to associate with the instance. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id,
allocation_id,
network_interface_id,
instance_id,
private_ip_address,
e_ip
FROM awscc.ec2.eip_association
WHERE data__Identifier = '<Id>';
Permissions
To operate on the eip_association
resource, the following permissions are required:
Read
ec2:DescribeAddresses
Delete
ec2:DisassociateAddress,
ec2:DescribeAddresses