Skip to main content

ipam_pools

Retrieves a list of ipam_pools in a region

Overview

Nameipam_pools
TypeResource
Descriptionipam_pools
Idawscc.ec2.ipam_pools

Fields

NameDatatypeDescription
ipam_pool_idstringId of the IPAM Pool.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
ipam_pool_id
FROM awscc.ec2.ipam_pools
WHERE region = 'us-east-1'

Permissions

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

Create

ec2:CreateIpamPool,
ec2:DescribeIpamPools,
ec2:ProvisionIpamPoolCidr,
ec2:GetIpamPoolCidrs,
ec2:CreateTags

List

ec2:DescribeIpamPools