- Newest
- Most votes
- Most comments
Reserved Instances discount is getting applied automatically, you don't need to modify or change anything (and, there's also no functionality to modify RDS RI). In case with RDS, as mentioned in the previous response, only certain DB platforms are size-flexible, and if you run MySQL, then your MySQL RIs are also size-flexible. It means that regardless of the size of your actual running DB instance, the RI discount will still apply. For example:
- If you have one db.m5.large RI, and you run one db.m5.large instance (assuming that all the attributes match), then the discount will apply exactly as it is
- If you still keep your db.m5.large RI, but you increase the size of your DB instance to db.m5.xlarge - then the RI will only cover 50% of your running instance. The remaining 50% (each hour) will be charged on-demand.
If your RI was larger than your running instance, in that case 50% of your RI would not be utilized (lost discount). See more info in the docs: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/apply_ri.html (I know it's documentation for EC2, but in terms of applying RI discount and size flexibility, it works the same).
RDS does have instance size flexibility on Reservations but not for all engines - just for for MySQL, MariaDB, PostgreSQL, Amazon Aurora and BYO-license Oracle I believe. What engine are you using?
Thanks for the reply. We are using mysql 5.7.33 version. I am not able to see any option to modify the reserved instance. Can you guide me on that?
You shouldn't have to do anything - the reservation for db.m5.large should automatically cover 50% of the db.m5.xlarge instance if it hasn't been applied elaewhere in your accounts. That's assuming all other aspects of the reservation still match:
- DB Engine
- DB Instance Class
- Deployment Type
- License Model
- Region.
Relevant content
- asked 2 years ago
- asked 3 years ago
- asked 3 months ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 2 years ago
- Why does my Aurora PostgreSQL-Compatible instance have high CPU usage after a major version upgrade?AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 2 years ago