Online migration to ElastiCache
By using Online Migration, you can migrate your data from self-hosted Redis on Amazon EC2 to Amazon ElastiCache.
Online migration is not supported for clusters running on the r6gd node type.
Overview
To migrate your data from Redis running on Amazon EC2 to Amazon ElastiCache requires an existing or newly created Amazon ElastiCache deployment. The deployment must have a configuration that is ready for migration. It also should be in line with the configuration that you want, including attributes like instance type and number of replicas.
Online migration is designed for data migration from hosted Redis on Amazon EC2 or on-premise self-hosted Redis to ElastiCache for Redis and not between ElastiCache for Redis clusters.
We strongly recommend you read the following sections in their entirety before beginning the online migration process.
The migration begins when you call the StartMigration
API operation or
AWS CLI command. The migration process makes the primary node of the ElastiCache for Redis cluster a replica to your source Redis cluster on EC2. Using Redis replication, data is synced between
your source Redis and ElastiCache. After the data is in sync, you are nearly ready to cut
over to ElastiCache. At this point, you make changes on the application side so your
application can call ElastiCache post-migration.
After the client-side changes are ready, call the CompleteMigration
API
operation. This API operation promotes your ElastiCache deployment to your primary Redis deployment
with primary and replica nodes (as applicable). Now you can redirect your client application to
start writing data to ElastiCache. Throughout the migration, you can check the
status of replication by running the redis-cli INFO
Migration steps
The following topics outline the process for migrating your data: