- Newest
- Most votes
- Most comments
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.
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!
I solved this by first bumping the storage from 200 to 500 and max storage from 400 to 800. We then were able to adjust the instance type from "db.m6g.xlarge" to "db.t4g.medium" without issue. Actually at 1st "db.t4g.medium" was not even an available option in the AWS console until we adjusted the storage. We saw this error when trying to change the instance type and storage at the same time via terraform.
Relevant content
- asked 2 years ago
- asked 2 years ago