v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1469325456.8 KB

Creates a replication subnet group given a list of the subnet IDs in a VPC.

The VPC needs to have at least one subnet in at least two availability zones in the Amazon Web Services Region, otherwise the service will throw a ReplicationSubnetGroupDoesNotCoverEnoughAZs exception.

post/#X-Amz-Target=AmazonDMSv20160101.CreateReplicationSubnetGroup

Headers

X-Amz-Target'AmazonDMSv20160101.CreateReplicationSubnetGroup' required

Request body

ReplicationSubnetGroupIdentifierstring required
<p>The name for the replication subnet group. This value is stored as a lowercase string.</p> <p>Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be "default".</p> <p>Example: <code>mySubnetgroup</code> </p>
ReplicationSubnetGroupDescriptionstring required

The description for the subnet group.

SubnetIdsString[] required

One or more subnet IDs to be assigned to the subnet group.

Response

Success

Example response

{
  "ReplicationSubnetGroup": {}
}