Skip to main content

eip_association

Gets or updates an individual eip_association resource, use eip_associations to retrieve a list of resources or to create or delete a resource.

Overview

Nameeip_association
TypeResource
DescriptionResource schema for EC2 EIP association.
Idaws.ec2.eip_association

Fields

NameDatatypeDescription
idstringComposite ID of non-empty properties, to determine the identification.
allocation_idstringThe allocation ID. This is required for EC2-VPC.
network_interface_idstringThe ID of the network interface.
instance_idstringThe ID of the instance.
private_ip_addressstringThe primary or secondary private IP address to associate with the Elastic IP address.
e_ipstringThe Elastic IP address to associate with the instance.
regionstringAWS region.

Methods

NameAccessible byRequired Params
get_resourceSELECTdata__Identifier, region

SELECT Example

SELECT
region,
id,
allocation_id,
network_interface_id,
instance_id,
private_ip_address,
e_ip
FROM aws.ec2.eip_association
WHERE region = 'us-east-1' AND data__Identifier = '<Id>';

Permissions

To operate on the eip_association resource, the following permissions are required:

Read

ec2:DescribeAddresses