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?

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인