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 backup

Focus mode
Creating a final backup - Amazon ElastiCache

You can create a final backup using the ElastiCache console, the AWS CLI, or the ElastiCache API.

You can create a final backup when you delete a Valkey, Memcached, or Redis OSS serverless cache, or a Valkey or Redis OSS self-designed cluster, by using the ElastiCache console.

To create a final backup when deleting a cache, on the delete dialog box choose Yes under Create backup and give the backup a name.

You can create a final backup when you delete a Valkey, Memcached, or Redis OSS serverless cache, or a Valkey or Redis OSS self-designed cluster, by using the ElastiCache console.

To create a final backup when deleting a cache, on the delete dialog box choose Yes under Create backup and give the backup a name.

You can create a final backup when deleting a cache using the AWS CLI.

When deleting a Valkey cache, Memcached serverless cache, or Redis OSS cache

To create a final backup, use the delete-serverless-cache AWS CLI operation with the following parameters.

  • --serverless-cache-name – Name of the cache being deleted.

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

The following code creates the final backup bkup-20231127-final when deleting the cache myserverlesscache.

For Linux, macOS, or Unix:

aws elasticache delete-serverless-cache \ --serverless-cache-name myserverlesscache \ --final-snapshot-name bkup-20231127-final

For Windows:

aws elasticache delete-serverless-cache ^ --serverless-cache-name myserverlesscache ^ --final-snapshot-name bkup-20231127-final

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

When deleting a Valkey or Redis OSS cluster with no read replicas

To create a final backup for a self-designed cluster with no read replicas, use the delete-cache-cluster AWS CLI operation with the following parameters.

  • --cache-cluster-id – Name of the cluster being deleted.

  • --final-snapshot-identifier – Name of the backup.

The following code creates the final backup bkup-20150515-final when deleting the cluster myRedisCluster.

For Linux, macOS, or Unix:

aws elasticache delete-cache-cluster \ --cache-cluster-id myRedisCluster \ --final-snapshot-identifier bkup-20150515-final

For Windows:

aws elasticache delete-cache-cluster ^ --cache-cluster-id myRedisCluster ^ --final-snapshot-identifier bkup-20150515-final

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

When deleting a Valkey or Redis OSS cluster with read replicas

To create a final backup when deleting a replication group, use the delete-replication-group AWS CLI operation, with the following parameters:

  • --replication-group-id – Name of the replication group being deleted.

  • --final-snapshot-identifier – Name of the final backup.

The following code takes the final backup bkup-20150515-final when deleting the replication group myReplGroup.

For Linux, macOS, or Unix:

aws elasticache delete-replication-group \ --replication-group-id myReplGroup \ --final-snapshot-identifier bkup-20150515-final

For Windows:

aws elasticache delete-replication-group ^ --replication-group-id myReplGroup ^ --final-snapshot-identifier bkup-20150515-final

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

You can create a final backup when deleting a cache using the AWS CLI.

When deleting a Valkey cache, Memcached serverless cache, or Redis OSS cache

To create a final backup, use the delete-serverless-cache AWS CLI operation with the following parameters.

  • --serverless-cache-name – Name of the cache being deleted.

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

The following code creates the final backup bkup-20231127-final when deleting the cache myserverlesscache.

For Linux, macOS, or Unix:

aws elasticache delete-serverless-cache \ --serverless-cache-name myserverlesscache \ --final-snapshot-name bkup-20231127-final

For Windows:

aws elasticache delete-serverless-cache ^ --serverless-cache-name myserverlesscache ^ --final-snapshot-name bkup-20231127-final

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

When deleting a Valkey or Redis OSS cluster with no read replicas

To create a final backup for a self-designed cluster with no read replicas, use the delete-cache-cluster AWS CLI operation with the following parameters.

  • --cache-cluster-id – Name of the cluster being deleted.

  • --final-snapshot-identifier – Name of the backup.

The following code creates the final backup bkup-20150515-final when deleting the cluster myRedisCluster.

For Linux, macOS, or Unix:

aws elasticache delete-cache-cluster \ --cache-cluster-id myRedisCluster \ --final-snapshot-identifier bkup-20150515-final

For Windows:

aws elasticache delete-cache-cluster ^ --cache-cluster-id myRedisCluster ^ --final-snapshot-identifier bkup-20150515-final

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

When deleting a Valkey or Redis OSS cluster with read replicas

To create a final backup when deleting a replication group, use the delete-replication-group AWS CLI operation, with the following parameters:

  • --replication-group-id – Name of the replication group being deleted.

  • --final-snapshot-identifier – Name of the final backup.

The following code takes the final backup bkup-20150515-final when deleting the replication group myReplGroup.

For Linux, macOS, or Unix:

aws elasticache delete-replication-group \ --replication-group-id myReplGroup \ --final-snapshot-identifier bkup-20150515-final

For Windows:

aws elasticache delete-replication-group ^ --replication-group-id myReplGroup ^ --final-snapshot-identifier bkup-20150515-final

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

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