Skip to main content

eip_associations_list_only

Lists eip_associations in a region or regions, for all properties use eip_associations

Overview

Nameeip_associations_list_only
TypeResource
DescriptionResource schema for EC2 EIP association.
Idaws.ec2.eip_associations_list_only

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
list_resourcesSELECTregion

SELECT examples

Lists all eip_associations in a region.

SELECT
region,
id
FROM aws.ec2.eip_associations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the eip_associations_list_only resource, see eip_associations