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?

asked a year ago1188 views
2 Answers
1

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

profile pictureAWS
EXPERT
kentrad
answered a year ago
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
MODERATOR
philaws
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions