AWS::EC2::IPAMAllocationResource Schema of AWS::EC2::IPAMAllocation Type
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
IpamPoolId | string | RequiredCreate-only |
Cidr | string | Create-only |
Description | string | Create-only |
NetmaskLength | integer | Create-onlyWrite-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
IpamPoolAllocationId | string | Id of the allocation. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::IPAMAllocation
Resources:
MyResource:
Type: AWS::EC2::IPAMAllocation
Properties:
IpamPoolId: "my-ipampoolid"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
ec2:AllocateIpamPoolCidrec2:GetIpamPoolAllocationsec2:GetIpamPoolAllocationsec2:ReleaseIpamPoolAllocationec2:GetIpamPoolAllocationsEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicIpamPoolIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
IpamPoolIdCidrDescriptionNetmaskLength