
create-db-security-group
************************


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

Creates a new DB Security Group. DB Security Groups control access to
a DB Instance.


SYNOPSIS
========

   aws rds create-db-security-group
     --db-security-group-description <value>
     --db-security-group-name <value>


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

"--db-security-group-description"  (string)
   The description for the DB Security Group.

"--db-security-group-name"  (string)
   The name for the DB Security 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: "mysecuritygroup"


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

None
