Cannot modify Postgres RDS instance class in us-east-1e
I am getting the below error when trying to change a Postgres RDS db.t2.small
instance class in the us-east-1e
availability zone to ANY/EVERY other instance class. I need to do this before PG 9.6 retires on 1/18/22 as current instance class is not supported for required upgrade.
I have read in post below that this could be a misconfiguration on AWS end. If not, when will capacity be added to us-east-1e? https://repost.aws/questions/QUYNaeNfHOTOKZCSopE5IdnA/rds-r-6-g-no-instances-of-the-requested-class-available
We're sorry, your request to modify DB instance <INSTANCE NAME> has failed. Cannot modify the instance class because there are no instances of the requested class available in the current instance's availability zone. Please try your request again at a later time.
Can you please specify from what instance type are you changing and to what. This error simply means that the new the instance type that you requested in not available in that AZ ( due to capacity constraints or for some other reason) Your options are 1) Keep trying after some time 2) Try a different AZ.
Relevant questions
RDS Database Instance does not show up in dropdown when creating RDS Proxy
asked 3 months agoInsufficientDBInstanceCapacity eu-west-1
asked 3 years agoCannot modify the instance class because there are not enough availability
Accepted Answerasked 3 years agoIssues connecting to Postgres RDS instance from within a VPC
asked 3 years agoRDS does not support creating a DB instance
asked 3 months agoCan't modify RDS instance class
Accepted Answerasked 2 months agoRDS r6g: no instances of the requested class available
Accepted Answerasked a year agoCannot modify Postgres RDS instance class in us-east-1e
asked 5 months ago60K updates to RDS Postgres - performance challenge
Accepted Answerasked 2 years agoQuickSight Unable to Connect to RDS(postgres)
asked a month ago
I've updated the question with further details.