DMS Replication Subnet Group

An AWS DMS Replication Subnet Group is a collection of subnets that you specify for a Database Migration Service replication instance. It defines the network boundaries and availability zones where the replication instance can run, ensuring secure and reliable connectivity to source and target databases during migration.

aws.dms_replication_subnet_group

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
replication_subnet_group_descriptioncorestringA description for the replication subnet group.
replication_subnet_group_identifiercorestringThe identifier of the replication instance subnet group.
subnet_group_statuscorestringThe status of the subnet group.
subnetscorejsonThe subnets that are in the subnet group.
supported_network_typescorearray<string>The IP addressing protocol supported by the subnet group. This is used by a replication instance with values such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.
tagscorehstore
vpc_idcorestringThe ID of the VPC.