AWS CLI version 2, the latest major version of AWS CLI, is now stable and recommended for general use. To view this page for the AWS CLI version 2, click here. For more information see the AWS CLI version 2 installation instructions and migration guide.
Creates a copy of an entire cluster at a specific moment in time.
See also: AWS API Documentation
create-snapshot
--cluster-name <value>
--snapshot-name <value>
[--kms-key-id <value>]
[--tags <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton <value>]
[--debug]
[--endpoint-url <value>]
[--no-verify-ssl]
[--no-paginate]
[--output <value>]
[--query <value>]
[--profile <value>]
[--region <value>]
[--version <value>]
[--color <value>]
[--no-sign-request]
[--ca-bundle <value>]
[--cli-read-timeout <value>]
[--cli-connect-timeout <value>]
--cluster-name
(string)
The snapshot is created from this cluster.
--snapshot-name
(string)
A name for the snapshot being created.
--kms-key-id
(string)
The ID of the KMS key used to encrypt the snapshot.
--tags
(list)
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
(structure)
A tag that can be added to an MemoryDB resource. Tags are composed of a Key/Value pair. You can use tags to categorize and track all your MemoryDB resources. When you add or remove tags on clusters, those actions will be replicated to all nodes in the cluster. A tag with a null Value is permitted. For more information, see Tagging your MemoryDB resources
Key -> (string)
The key for the tag. May not be null.Value -> (string)
The tag's value. May be null.
Shorthand Syntax:
Key=string,Value=string ...
JSON Syntax:
[
{
"Key": "string",
"Value": "string"
}
...
]
--cli-input-json
(string)
Performs service operation based on the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton
. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command.
--debug
(boolean)
Turn on debug logging.
--endpoint-url
(string)
Override command's default URL with the given URL.
--no-verify-ssl
(boolean)
By default, the AWS CLI uses SSL when communicating with AWS services. For each SSL connection, the AWS CLI will verify SSL certificates. This option overrides the default behavior of verifying SSL certificates.
--no-paginate
(boolean)
Disable automatic pagination. If automatic pagination is disabled, the AWS CLI will only make one call, for the first page of results.
--output
(string)
The formatting style for command output.
--query
(string)
A JMESPath query to use in filtering the response data.
--profile
(string)
Use a specific profile from your credential file.
--region
(string)
The region to use. Overrides config/env settings.
--version
(string)
Display the version of this tool.
--color
(string)
Turn on/off color output.
--no-sign-request
(boolean)
Do not sign requests. Credentials will not be loaded if this argument is provided.
--ca-bundle
(string)
The CA certificate bundle to use when verifying SSL certificates. Overrides config/env settings.
--cli-read-timeout
(int)
The maximum socket read time in seconds. If the value is set to 0, the socket read will be blocking and not timeout. The default value is 60 seconds.
--cli-connect-timeout
(int)
The maximum socket connect time in seconds. If the value is set to 0, the socket connect will be blocking and not timeout. The default value is 60 seconds.
To use the following examples, you must have the AWS CLI installed and configured. See the Getting started guide in the AWS CLI User Guide for more information.
Unless otherwise stated, all examples have unix-like quotation rules. These examples will need to be adapted to your terminal's quoting rules. See Using quotation marks with strings in the AWS CLI User Guide .
To create a snapshot
The following create-snapshot
example creates a snapshot.
aws memorydb create-snapshot \
--cluster-name my-cluster \
--snapshot-name my-cluster-snapshot
Output:
{
"Snapshot": {
"Name": "my-cluster-snapshot1",
"Status": "creating",
"Source": "manual",
"ARN": "arn:aws:memorydb:us-east-1:49165xxxxxx:snapshot/my-cluster-snapshot",
"ClusterConfiguration": {
"Name": "my-cluster",
"Description": "",
"NodeType": "db.r6g.large",
"EngineVersion": "6.2",
"MaintenanceWindow": "wed:03:00-wed:04:00",
"Port": 6379,
"ParameterGroupName": "default.memorydb-redis6",
"SubnetGroupName": "my-sg",
"VpcId": "vpc-862xxxxc",
"SnapshotRetentionLimit": 0,
"SnapshotWindow": "04:30-05:30",
"NumShards": 2
}
}
}
For more information, see Making manual snapshots in the MemoryDB User Guide.
Snapshot -> (structure)
The newly-created snapshot.
Name -> (string)
The name of the snapshotStatus -> (string)
The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.Source -> (string)
Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).KmsKeyId -> (string)
The ID of the KMS key used to encrypt the snapshot.ARN -> (string)
The ARN (Amazon Resource Name) of the snapshot.ClusterConfiguration -> (structure)
The configuration of the cluster from which the snapshot was taken
Name -> (string)
The name of the clusterDescription -> (string)
The description of the cluster configurationNodeType -> (string)
The node type used for the clusterEngine -> (string)
The configuration for the Redis OSS or Valkey engine used by the cluster.EngineVersion -> (string)
The engine version used by the clusterMaintenanceWindow -> (string)
The specified maintenance window for the clusterTopicArn -> (string)
The Amazon Resource Name (ARN) of the SNS notification topic for the clusterPort -> (integer)
The port used by the clusterParameterGroupName -> (string)
The name of parameter group used by the clusterSubnetGroupName -> (string)
The name of the subnet group used by the clusterVpcId -> (string)
The ID of the VPC the cluster belongs toSnapshotRetentionLimit -> (integer)
The snapshot retention limit set by the clusterSnapshotWindow -> (string)
The snapshot window set by the clusterNumShards -> (integer)
The number of shards in the clusterShards -> (list)
The list of shards in the cluster
(structure)
Provides details of a shard in a snapshot
Name -> (string)
The name of the shardConfiguration -> (structure)
The configuration details of the shard
Slots -> (string)
A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.ReplicaCount -> (integer)
The number of read replica nodes in this shard.Size -> (string)
The size of the shard's snapshotSnapshotCreationTime -> (timestamp)
The date and time that the shard's snapshot was createdDataTiering -> (string)
Enables data tiering. Data tiering is only supported for clusters using the r6gd node type. This parameter must be set when using r6gd nodes. For more information, see Data tiering .