Seeking Advice: Restoring ElastiCache (Redis) Backup Across AWS Accounts

0

Hello AWS Community,

I'm currently facing a challenge with AWS ElastiCache for Redis and could use some insights. I have two Redis instances across two separate AWS accounts. My goal is to take a backup from the ElastiCache instance in the first account and restore it onto the Redis instance in the second account.

I've managed to handle the backup part successfully; I've taken the backup and copied it to an S3 bucket. However, when I attempt to restore this backup onto the existing cluster in the second account, I encounter an issue. The system informs me that I can't restore the backup onto an existing cluster.

My intention is to perform this restore in our testing environment. Could anyone provide guidance on how to achieve this? Is there a direct method available, or do we need to consider alternative options?

Any advice or suggestions on how to navigate this issue would be greatly appreciated. Thank you in advance for your help!

asked a month ago79 views
1 Answer
0

Hello.

Did you copy the backup file to the destination S3 bucket using the steps in the document below?
https://repost.aws/knowledge-center/elasticache-redis-migrate-best-practices

In that case, please try granting read access to the .rdb file by following the steps in the document below.
https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-seeding-redis.html#backups-seeding-redis-default-region

profile picture
EXPERT
answered a month ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions