Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Creating a final snapshot

Focus mode
Creating a final snapshot - Amazon MemoryDB

You can create a final snapshot using the MemoryDB console, the AWS CLI, or the MemoryDB API.

You can create a final snapshot when you delete a MemoryDB cluster using the MemoryDB console.

To create a final snapshot when deleting a MemoryDB cluster, on the delete page, choose Yes and give the snapshot a name at Step 5: Deleting a cluster.

You can create a final snapshot when you delete a MemoryDB cluster using the MemoryDB console.

To create a final snapshot when deleting a MemoryDB cluster, on the delete page, choose Yes and give the snapshot a name at Step 5: Deleting a cluster.

You can create a final snapshot when deleting a MemoryDB cluster using the AWS CLI.

When deleting a MemoryDB cluster

To create a final snapshot when deleting a cluster, use the delete-cluster AWS CLI operation, with the following parameters:

  • --cluster-name – Name of the cluster being deleted.

  • --final-snapshot-name – Name of the final snapshot.

The following code takes the final snapshot bkup-20210515-final when deleting the cluster myCluster.

For Linux, macOS, or Unix:

aws memorydb delete-cluster \ --cluster-name myCluster \ --final-snapshot-name bkup-20210515-final

For Windows:

aws memorydb delete-cluster ^ --cluster-name myCluster ^ --final-snapshot-name bkup-20210515-final

For more information, see delete-cluster in the AWS CLI Command Reference.

You can create a final snapshot when deleting a MemoryDB cluster using the AWS CLI.

When deleting a MemoryDB cluster

To create a final snapshot when deleting a cluster, use the delete-cluster AWS CLI operation, with the following parameters:

  • --cluster-name – Name of the cluster being deleted.

  • --final-snapshot-name – Name of the final snapshot.

The following code takes the final snapshot bkup-20210515-final when deleting the cluster myCluster.

For Linux, macOS, or Unix:

aws memorydb delete-cluster \ --cluster-name myCluster \ --final-snapshot-name bkup-20210515-final

For Windows:

aws memorydb delete-cluster ^ --cluster-name myCluster ^ --final-snapshot-name bkup-20210515-final

For more information, see delete-cluster in the AWS CLI Command Reference.

You can create a final snapshot when deleting a MemoryDB cluster using the MemoryDB API.

When deleting a MemoryDB cluster

To create a final snapshot, use the DeleteCluster MemoryDB API operation with the following parameters.

  • ClusterName – Name of the cluster being deleted.

  • FinalSnapshotName – Name of the snapshot.

The following MemoryDB API operation creates the snapshot bkup-20210515-final when deleting the cluster myCluster.

https://memory-db.us-east-1.amazonaws.com/ ?Action=DeleteCluster &ClusterName=myCluster &FinalSnapshotName=bkup-20210515-final &Version=2021-01-01 &SignatureVersion=4 &SignatureMethod=HmacSHA256 &Timestamp=20210515T192317Z &X-Amz-Credential=<credential>

For more information, see DeleteCluster.

You can create a final snapshot when deleting a MemoryDB cluster using the MemoryDB API.

When deleting a MemoryDB cluster

To create a final snapshot, use the DeleteCluster MemoryDB API operation with the following parameters.

  • ClusterName – Name of the cluster being deleted.

  • FinalSnapshotName – Name of the snapshot.

The following MemoryDB API operation creates the snapshot bkup-20210515-final when deleting the cluster myCluster.

https://memory-db.us-east-1.amazonaws.com/ ?Action=DeleteCluster &ClusterName=myCluster &FinalSnapshotName=bkup-20210515-final &Version=2021-01-01 &SignatureVersion=4 &SignatureMethod=HmacSHA256 &Timestamp=20210515T192317Z &X-Amz-Credential=<credential>

For more information, see DeleteCluster.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.