Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the Amazon Web Services Region.
get/#Action=CreateDBSubnetGroup
Query parameters
DBSubnetGroupNamestring required
<p>The name for the DB subnet group. This value is stored as a lowercase string.</p> <p>Constraints:</p> <ul> <li> <p>Must contain no more than 255 letters, numbers, periods, underscores, spaces, or hyphens.</p> </li> <li> <p>Must not be default.</p> </li> <li> <p>First character must be a letter.</p> </li> </ul> <p>Example: <code>mydbsubnetgroup</code> </p>
DBSubnetGroupDescriptionstring required
The description for the DB subnet group.
SubnetIdsstring[] required
The EC2 Subnet IDs for the DB subnet group.
Tags to assign to the DB subnet group.
Action'CreateDBSubnetGroup' required
Version'2014-10-31' required
Response
Success