
create-db-snapshot
******************


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

Creates a DBSnapshot. The source DBInstance must be in "available"
state.


SYNOPSIS
========

   aws rds create-db-snapshot
     --db-snapshot-identifier <value>
     --db-instance-identifier <value>


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

"--db-snapshot-identifier"  (string)
   The identifier for the DB Snapshot.

   Constraints:

   * Cannot be null, empty, or blank

   * Must contain from 1 to 255 alphanumeric characters or hyphens

   * First character must be a letter

   * Cannot end with a hyphen or contain two consecutive hyphens

   Example: "my-snapshot-id"

"--db-instance-identifier"  (string)
   The DB Instance identifier. This is the unique key that identifies
   a DB Instance. This parameter isn't case sensitive.

   Constraints:

   * Must contain from 1 to 63 alphanumeric characters or hyphens

   * First character must be a letter

   * Cannot end with a hyphen or contain two consecutive hyphens


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

None
