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?

demandé il y a un an1231 vues
2 réponses
1

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

profile pictureAWS
EXPERT
kentrad
répondu il y a un an
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
MODÉRATEUR
philaws
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions