AWS Fundamentals Logo
AWS Fundamentals
AWS::EC2::IPAMPoolCidr

EC2 IPAMPoolCidr

Resource Schema of AWS::EC2::IPAMPoolCidr Type

Properties

3 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
IpamPoolId
string
RequiredCreate-only
Cidr
string
Create-only
NetmaskLength
integer
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
IpamPoolCidrIdstringId of the IPAM Pool Cidr.
StatestringProvisioned state of the cidr.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::IPAMPoolCidr

Resources:
  MyResource:
    Type: AWS::EC2::IPAMPoolCidr
    Properties:
      IpamPoolId: "my-ipampoolid"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ec2:ProvisionIpamPoolCidrec2:GetIpamPoolCidrs

read

ec2:GetIpamPoolCidrs

delete

ec2:DeprovisionIpamPoolCidrec2:GetIpamPoolCidrs

list

ec2:GetIpamPoolCidrs

Get the EC2 Cheat Sheet

Everything you need to know about EC2 on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceEC2
Properties5
Required1
TaggingNot supported
Primary IDIpamPoolId

Supported Operations

CreateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

IpamPoolIdCidrNetmaskLength

External Links