AWS Fundamentals Logo
AWS Fundamentals
AWS::EC2::IPAMResourceDiscovery

EC2 IPAMResourceDiscovery

Resource Schema of AWS::EC2::IPAMResourceDiscovery Type

Properties

4 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
Description
string
OperatingRegions
Array<IpamOperatingRegion>
OrganizationalUnitExclusions
Array<IpamResourceDiscoveryOrganizationalUnitExclusion>
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
IpamResourceDiscoveryArnstringAmazon Resource Name (Arn) for the Resource Discovery.
IpamResourceDiscoveryIdstringId of the IPAM Pool.
IpamResourceDiscoveryRegionstringThe region the resource discovery is setup in.
IsDefaultbooleanDetermines whether or not address space from this pool is publicly advertised. Must be set if and only if the pool is IPv6.
OwnerIdstringOwner Account ID of the Resource Discovery
StatestringThe state of this Resource Discovery.

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::IPAMResourceDiscovery

Resources:
  MyResource:
    Type: AWS::EC2::IPAMResourceDiscovery
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

ec2:CreateIpamResourceDiscoveryec2:DescribeIpamResourceDiscoveriesec2:ModifyIpamResourceDiscoveryec2:CreateTagsiam:CreateServiceLinkedRole

read

ec2:DescribeIpamResourceDiscoveries

update

ec2:ModifyIpamResourceDiscoveryec2:DescribeIpamResourceDiscoveriesec2:CreateTagsec2:DeleteTags

delete

ec2:DeleteIpamResourceDiscoveryec2:DescribeIpamResourceDiscoveriesec2:DeleteTags

list

ec2:DescribeIpamResourceDiscoveries

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
Properties10
Required0
TaggingSupported
Primary IDIpamResourceDiscoveryId

Supported Operations

CreateReadUpdateDeleteList

External Links