Scaling up an ElastiCache Redis instance using CloudFormation

0

I have a Redis (cluster-mode disabled) instance I created using a CloudFormation template which I would like to scale up to a newer/higher NodeType. From reading the ElastiCache docs it seems I can upgrade the NodeType using the console or CLI and it will handle everything for me.

I was wondering if CloudFormation will use the same upgrade path or simply replace my instances with a new one (without transfering all data from the old to the new one).

JelleV
gefragt vor 5 Jahren797 Aufrufe
1 Antwort
0

So I didn't receive a reply and I tried the scale up. It worked as expected and all data was migrated from the old to the new node. So upgrading through CF will result in the same action(s) as using the Console/CLI.

JelleV
beantwortet vor 5 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen