DB Instance class droprown is empty when attempting to modify existing RDS Database

1

I received the notice that my current instances will be deprecated and wanted to change the DB instance Class. There was a similar post but I have tried Chrome, Firefox, and Edge with the same result. The field is empty and there are no options in the dropdown.

3 Answers
0

Frequently when I see empty dropdowns on AWS frontend it is caused by the backend returning an informative error but the frontend not interpreting it or showing the error. I suggest watching your network traffic and looking endpoints not returning Http Status 200 and then checking the body of the Response.

checking network traffic for non 200 http code

finding error message in response body

jfunk
answered a year ago
-1

Please use cli and it will work.

AWS
answered 2 years ago
-1

Hi There,

I understand you have received the notice that your current instances will be deprecated and wanted to change the DB instance Class but the field is empty and there are no options in the dropdown.

I strongly suggest that as a workaround you use the AWS CLI to perform the changes [1]

RDS modify a DB Instance [2]

Amazon Aurora Modifying an Aurora DB cluster [3]

I hope you find this information helpful.

======References=====

[1] https://awscli.amazonaws.com/v2/documentation/api/latest/reference/rds/modify-db-instance.html

[2] https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html

[3] https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Modifying.html#Aurora.Modifying.Instance

Mfanelo
answered 2 years 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