Introducing Dragonfly Cloud! Learn More

Question: How to Stop Redis ElastiCache?

Answer

To stop a Redis ElastiCache cluster, you'll need to perform the following steps:

  1. Navigate to the AWS Management Console and sign in.
  2. Go to the Amazon ElastiCache service dashboard.
  3. Locate your target Redis cluster under "ElastiCache Clusters."
  4. Select the desired cluster.
  5. Under the "Actions" menu, click on "Delete."
  6. Choose whether you want to take a final backup before deleting the cluster by selecting "Create final snapshot?" (this is optional).
  7. If you choose to create a final snapshot, provide a name for the snapshot.
  8. Click "Delete" to confirm.

Please note that this action is irreversible, and it will permanently delete the selected Redis ElastiCache cluster along with its data. If you want to pause billing or temporarily stop the cluster, consider resizing it to a smaller instance type instead.

Here's an example using AWS CLI to delete the ElastiCache cluster without taking a snapshot:

aws elasticache delete-cache-cluster --cache-cluster-id my-redis-cluster --no-final-snapshot

Replace my-redis-cluster with your actual cache cluster ID.

Was this content helpful?

White Paper

Free System Design on AWS E-Book

Download this early release of O'Reilly's latest cloud infrastructure e-book: System Design on AWS.

Free System Design on AWS E-Book

Start building today 

Dragonfly is fully compatible with the Redis ecosystem and requires no code changes to implement.