0
votes

I am using aws RDS with class db.r5.12xlarge, so when I am trying to downgrade my database to lower size then I am not able to find all sizes of db.r5 class. I have a requirement to set the database with size db.r5.8xlarge but this option is not showing while modifying the DB instance.

AWS RDS available R5 classes

So these are available classes for my existing RDS cluster.

But when I am trying to create a new Database then I can see all sizes of R5 classes.

AWS RDS available R5 classes for new database

Here is the structure of my RDS cluster. I am using Aurora with MySql compatibility.

RDS Cluster Structure

1

1 Answers

0
votes

I ran into this same issue when trying to scale up an instance. Long story short, there's a compatibility matrix for instance classes and DB engines. Buried within you'll find that MariaDB, MySQL, or Postgres are not supported by the db.r5.8xlarge class. So much for instance size flexibility with reserved instances...

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html