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 Risposte
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
con risposta un anno fa
-1

Please use cli and it will work.

AWS
con risposta 2 anni fa
-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
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande