Skip to main content

eip_associations

Retrieves a list of eip_associations in a region

Overview

Nameeip_associations
TypeResource
Descriptioneip_associations
Idawscc.ec2.eip_associations

Fields

NameDatatypeDescription
idstringComposite ID of non-empty properties, to determine the identification.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id
FROM awscc.ec2.eip_associations
WHERE region = 'us-east-1'

Permissions

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

Create

ec2:DescribeAddresses,
ec2:AssociateAddress

List

ec2:DescribeAddresses