Verifying the data migration progress - Amazon ElastiCache for Redis
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Verifying the data migration progress

After the data migration has begun, you can do the following to track its progress:

  • Verify that Redis master_link_status is up in the INFO command on ElastiCache primary node(s). You can also find this information in the ElastiCache console. Select the cluster and under CloudWatch metrics, observe Primary Link Health Status. After the value reaches 1, the data is in sync.

  • You can check that the ElastiCache replica has an online state by running the INFO command on your Redis instances. Doing this also provides information about replication lag.

  • Verify low client output buffer by using the CLIENT LIST Redis command on your Redis instances.

After the data migration is complete, the data is in sync with any new writes coming to the primary node(s) of your Redis cluster.