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?

已提問 1 年前檢視次數 1231 次
2 個答案
1

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

profile pictureAWS
專家
kentrad
已回答 1 年前
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
管理員
philaws
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南