
create-db-subnet-group
**********************


DESCRIPTION
===========

Creates a new DB subnet group. DB subnet groups must contain at least
one subnet in at least two AZs in the region.


SYNOPSIS
========

   aws rds create-db-subnet-group
     --db-subnet-group-name <value>
     --db-subnet-group-description <value>
     --subnet-ids <value>


REQUIRED PARAMETERS
===================

"--db-subnet-group-name"  (string)
   The name for the DB Subnet Group. This value is stored as a
   lowercase string.

   Constraints: Must contain no more than 255 alphanumeric characters
   or hyphens. Must not be "Default".

   Example: "mySubnetgroup"

"--db-subnet-group-description"  (string)
   The description for the DB Subnet Group.

"--subnet-ids"  (list of string)
   The EC2 Subnet IDs for the DB Subnet Group.

   *Parameter Syntax*

      ["string", ...]


OPTIONAL PARAMETERS
===================

None
