AWS::EC2::IPAMResource Schema of AWS::EC2::IPAM Type
7 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DefaultResourceDiscoveryOrganizationalUnitExclusions | Array<IpamOrganizationalUnitExclusion> | |
Description | string | |
EnablePrivateGua | boolean | |
MeteredAccount | string | |
OperatingRegions | Array<IpamOperatingRegion> | |
Tags | Array<Tag> | |
Tier | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the IPAM. |
DefaultResourceDiscoveryAssociationId | string | The Id of the default association to the default resource discovery, created with this IPAM. |
DefaultResourceDiscoveryId | string | The Id of the default resource discovery, created with this IPAM. |
IpamId | string | Id of the IPAM. |
PrivateDefaultScopeId | string | The Id of the default scope for publicly routable IP space, created with this IPAM. |
PublicDefaultScopeId | string | The Id of the default scope for publicly routable IP space, created with this IPAM. |
ResourceDiscoveryAssociationCount | integer | The count of resource discoveries associated with this IPAM. |
ScopeCount | integer | The number of scopes that currently exist in this IPAM. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::IPAM
Resources:
MyResource:
Type: AWS::EC2::IPAM
Properties:
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
ec2:CreateIpamiam:CreateServiceLinkedRoleec2:CreateTagsec2:DescribeIpamsec2:DescribeIpamResourceDiscoveriesec2:ModifyIpamResourceDiscoveryec2:DescribeIpamsec2:DescribeIpamResourceDiscoveriesec2:ModifyIpamec2:CreateTagsec2:DeleteTagsec2:DescribeIpamsec2:DescribeIpamResourceDiscoveriesec2:ModifyIpamResourceDiscoveryec2:DeleteIpamec2:DeleteTagsec2:DescribeIpamsec2:DescribeIpamsEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicIpamId