eip_associations
Retrieves a list of eip_associations
in a region
Overview
Name | eip_associations |
Type | Resource |
Description | eip_associations |
Id | awscc.ec2.eip_associations |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Composite ID of non-empty properties, to determine the identification. |
region | string | AWS 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