Downgrade RDS Instance size

0

In doing some performance testing in a non-prod environment, I'd like to temporarily increase the instance size to get a baseline number. If I do this, how difficult is it to reduce the instance size in order to keep costs low?

preguntada hace un año1230 visualizaciones
2 Respuestas
1

It is the same process as choosing a larger instance type.

profile pictureAWS
EXPERTO
kentrad
respondido hace un año
1

It is very easy. You can just call modify-db-instance to scale up and then after your test just call modify-db-instance to scale down.

You can also create a blue green deployment that will clone your environment. Then you can scale the green instance, run your tests, and then delete green and the blue green deployment.

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments-overview.html

AWS
MODERADOR
philaws
respondido hace un año

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