AWS Fundamentals Logo
AWS Fundamentals
AWS::DMS::InstanceProfile

DMS InstanceProfile

Resource schema for AWS::DMS::InstanceProfile.

Properties

10 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AvailabilityZone
string
Description
string
InstanceProfileIdentifier
string
Write-only
InstanceProfileName
string
KmsKeyArn
string
NetworkType
string
PubliclyAccessible
boolean
SubnetGroupIdentifier
string
Tags
Array<Tag>
VpcSecurityGroups
Array<string>

Return Values

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

AttributeTypeDescription
InstanceProfileArnstringThe property describes an ARN of the instance profile.
InstanceProfileCreationTimestringThe property describes a creating time of the instance profile.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DMS::InstanceProfile

Resources:
  MyResource:
    Type: AWS::DMS::InstanceProfile
    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

dms:CreateInstanceProfiledms:ListInstanceProfilesdms:DescribeInstanceProfilesdms:AddTagsToResourcedms:ListTagsForResource

read

dms:ListInstanceProfilesdms:DescribeInstanceProfilesdms:ListTagsForResource

update

dms:UpdateInstanceProfiledms:ModifyInstanceProfiledms:AddTagsToResourcedms:RemoveTagsFromResourcedms:ListTagsForResource

delete

dms:DeleteInstanceProfile

list

dms:ListInstanceProfilesdms:DescribeInstanceProfilesdms:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceDMS
Properties12
Required0
TaggingSupported
Primary IDInstanceProfileArn

Supported Operations

CreateReadUpdateDeleteList

External Links