简体   繁体   中英

AWS RDS Aurora autoscaling with custom instance type

Amazon RDS allows specifying an instance type when you manually add a reader replica. However, if I add a "replica auto scaling" rule, it inherits the instance type from the writer instance.

For example, I'd like to have my writer instance "db.r5.large" while all my reader instances being "db.t3.medium"s. The RDS GUI does not allow to select instance types while defining the auto scaling rule, unlike EC2. Is there any way to accomplish that?

Apparently it is not possible like 404 wrote in a comment. This is the link to the official documentation: Using Amazon Aurora Auto Scaling with Aurora replicas

When Aurora Auto Scaling adds a new Aurora Replica, the new Aurora Replica is the same DB instance class as the one used by the primary instance

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM