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?

posta un anno fa1231 visualizzazioni
2 Risposte
1

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

profile pictureAWS
ESPERTO
kentrad
con risposta un anno fa
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
MODERATORE
philaws
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande