Scaling behaviour on ElastiCache Redis (Cluster Mode Disable)

0

When I perform a scaling down (e.g. t3.small to t3.micro) on ElastiCache Redis (Cluster mode disable) cluster, will the data be restored from the previous cluster? Is there any difference between single-node cluster and cluster with replicas?

P.S. The doc on scaling up cluster did mentioned the data is copied to the new cluster. However there is not mentioned in scaling down document.

Eric
asked 9 months ago333 views
1 Answer
1

Hi, the doc confirms that data is copied across nodes during vertical scaling (up or down): see https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/redis-cluster-vertical-scaling.html

The scale up and scale down processes rely on creating clusters with newly selected node types 
and synchronizing the new nodes with the previous ones.

While the vertical scaling process is designed to remain fully online, it does rely on synchronizing 
data between the old node and the new node. We recommend that you initiate scale up/down 
during hours when you expect data traffic to be at its minimum.

Best,

Didier

profile pictureAWS
EXPERT
answered 9 months ago
  • Since the doc is referred from cluster mode enabled section, can we expect the cluster mode disabled has the same behaviour?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions