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 Antworten
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
beantwortet vor einem Jahr
-1

Please use cli and it will work.

AWS
beantwortet vor 2 Jahren
-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
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen