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 個月前檢視次數 130 次
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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南