eips
Retrieves a list of eips
in a region
Overview
Name | eips |
Type | Resource |
Description | eips |
Id | awscc.ec2.eips |
Fields
Name | Datatype | Description |
---|---|---|
public_ip | string | |
allocation_id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
public_ip,
allocation_id
FROM awscc.ec2.eips
WHERE region = 'us-east-1'
Permissions
To operate on the eips
resource, the following permissions are required:
Create
ec2:AllocateAddress,
ec2:AcceptAddressTransfer,
ec2:DescribeAddresses,
ec2:AssociateAddress,
ec2:CreateTags
List
ec2:DescribeAddresses