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
preguntada hace 5 años797 visualizaciones
1 Respuesta
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
respondido hace 5 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas