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
demandé il y a 9 mois348 vues
1 réponse
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
répondu il y a 9 mois
  • Since the doc is referred from cluster mode enabled section, can we expect the cluster mode disabled has the same behaviour?

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions