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!

已提问 2 个月前131 查看次数
1 回答
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
专家
已回答 2 个月前
profile picture
专家
已审核 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则