Search code examples
redisredis-clusteramazon-elasticache

Clustered Redis 6.x dump restore to standalone redis in AWS Elasticache


We need to migrate from clustered Redis instance to no-clustered Redis instances in AWS Elasticache due to the incompatibility of certain drivers in our application but AWS does not allow creating non-clustered instances from clustered backup.

Is there any way by which we can achieve this?


Solution

  • I was able to save the backup in S3 and create non-clustered instance from s3 backup.