Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (5.6k points)
I'm working with a new Redis cluster in AWS Elasticache Redis, Now How can I backup or export my data from the Redis cluster?

1 Answer

0 votes
by (12.4k points)

You can follow the below steps to do this:

  • Spin up a new EC2 instance
  • Install Redis
  • Configure local replica attached to Elasticache Redis primary
  • Let the data to sync locally
  • Issue a Redis "SAVE" command to generate a local dump
  • Archive local "dump.rdb" on S3.

Hope this helps!!

Learn more about AWS by going through AWS Online training and master this technology.

Related questions

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

...