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
已提问 9 个月前347 查看次数
1 回答
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
专家
已回答 9 个月前
  • Since the doc is referred from cluster mode enabled section, can we expect the cluster mode disabled has the same behaviour?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则