HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc/awscli/examples/redshift/create-cluster-snapshot.rst
Create a Cluster Snapshot
-------------------------

This example creates a new cluster snapshot.  By default, the output is in JSON format.

Command::

   aws redshift create-cluster-snapshot --cluster-identifier mycluster --snapshot-identifier my-snapshot-id

Result::

    {
       "Snapshot": {
          "Status": "creating",
          "SnapshotCreateTime": "2013-01-22T22:20:33.548Z",
          "AvailabilityZone": "us-east-1a",
          "ClusterVersion": "1.0",
          "MasterUsername": "adminuser",
          "DBName": "dev",
          "ClusterCreateTime": "2013-01-22T21:59:29.559Z",
          "SnapshotType": "manual",
          "NodeType": "dw.hs1.xlarge",
          "ClusterIdentifier": "mycluster",
          "Port": 5439,
          "NumberOfNodes": "2",
          "SnapshotIdentifier": "my-snapshot-id"
       },
       "ResponseMetadata": {
          "RequestId": "f024d1a5-64e1-11e2-88c5-53eb05787dfb"
       }
    }