RDS Storage upgrade - failure Error: Error modifying DB Instance: InvalidParameterCombination: Invalid storage size for engine name postgres and storage type gp2: 2400

0

When we are attempting to upgrade the storage on our RDS instance from 2200GB to 2400GB we are met with the following error. This is strange as I thought there were no storage limitations in an upgrade for non-autoscaling storage.

InvalidParameterCombination: Invalid storage size for engine name postgres and storage type gp2: 2400

What are the minimum values we can upgrade an RDS instances storage by?

2 個答案
4
已接受的答案

According to the documentation, Working with storage for Amazon RDS DB instances:

"When you increase the allocated storage, it must be by at least 10 percent. If you try to increase the value by less than 10 percent, you get an error."

Increase it by 220.

profile pictureAWS
專家
kentrad
已回答 2 年前
1

Note that the error indicates that the target storage size is invalid. When you increase the allocated storage, it must be by at least 10 percent. If you try to increase the value by less than 10 percent, you get an error. Try with a bigger increment and it should work.

Good luck!

AWS
D-Rao
已回答 2 年前

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

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

回答問題指南