Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)

I have an AWS account which is used for development.

Because the developers are in one timezone, we switch off the resources after hours to conserve usage.

Is it possible if I temporarily switch off nodes in elasticache cluster? all I found in cli reference was 'delete cluster': http://docs.aws.amazon.com/cli/latest/reference/elasticache/index.html

1 Answer

0 votes
by (44.4k points)
edited by

You cannot stop an Elasticache cluster. Currently, there is a provision only to Delete it or Recreate one more. But you can do something which will give you a similar result as stopping an Elasticache cluster.

  1. Take a Snapshot of your cluster
  2. Delete your cluster
  3. Use the created snapshot to create a new cluster with the same data as the deleted one

When you create with the snapshot of a cluster, It will have the cluster id, region and the aws account id. So, when you create a cluster using the snapshot, your cluster will have the same endpoint.

You can grow your knowledge about AWS Elastic Beanstalk and many more AWS skills on Intellipaat's AWS Course page.

Related questions

0 votes
1 answer

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...