AWS Fundamentals Logo
AWS Fundamentals
AWS::DMS::ReplicationInstance

DMS ReplicationInstance

Resource Type definition for AWS::DMS::ReplicationInstance

Properties

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

Filter:
PropertyTypeFlags
ReplicationInstanceClass
string
Required
AllocatedStorage
integer
AllowMajorVersionUpgrade
boolean
AutoMinorVersionUpgrade
boolean
AvailabilityZone
string
DnsNameServers
string
Create-only
EngineVersion
string
KmsKeyId
string
Create-only
MultiAZ
boolean
NetworkType
string
PreferredMaintenanceWindow
string
PubliclyAccessible
boolean
Create-only
ReplicationInstanceIdentifier
string
ReplicationSubnetGroupIdentifier
string
Create-only
ResourceIdentifier
string
Create-only
Tags
Array<Tag>
VpcSecurityGroupIds
Array<string>

Return Values

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

AttributeTypeDescription
Idstring-
ReplicationInstancePrivateIpAddressesstring-
ReplicationInstancePublicIpAddressesstring-

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

Resources:
  MyResource:
    Type: AWS::DMS::ReplicationInstance
    Properties:
      ReplicationInstanceClass: "value"
      Tags:
        - Key: Environment
          Value: Production

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
Properties20
Required1
TaggingNot supported
Primary IDId

Immutable After Creation

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

KmsKeyIdResourceIdentifierDnsNameServersReplicationSubnetGroupIdentifierPubliclyAccessible

External Links