- Newest
- Most votes
- Most comments
There are a few potential reasons why your RDS Reserved Instances (RIs) might not be applying as expected:
-
m8g instance type reservations availability: Based on recent information, reserved instances for the m8g class in Amazon RDS may not yet be fully available for purchase. The m8g instances, which use AWS Graviton4 processors, were recently introduced for RDS for PostgreSQL, MySQL, and MariaDB. While these instances are available for on-demand usage, there is typically a delay between when new instance types are launched and when they become available for reserved instance purchases. If you've managed to purchase m8g reservations but they're not applying, this could be a system issue.
-
Verification needed: You should verify that your RIs are active by running the AWS CLI command
aws rds describe-reserved-db-instancesin your region. This will show if your reservations are properly active and configured. -
Automatic application: RDS Reserved Instances are applied automatically to matching instances. If everything is configured correctly and they're still not applying, you may need to open a support ticket with AWS.
-
Matching criteria: Double-check that all attributes match exactly between your reservations and running instances. For RDS, this includes:
- Instance class (db.m8g.2xlarge)
- Region (US East Ohio/us-east-2)
- Database engine (MariaDB)
- Multi-AZ setting (Yes/No)
Based on the information you've provided, your reservations and instances appear to match correctly. Since you're seeing increased costs rather than savings, and your reservations show as "Active," this might be an issue that requires AWS Support intervention to resolve.
Sources
RDS m8g reserved instances | AWS re:Post
How to apply RI (Reserved instance) in RDS? My RI is not applied | AWS re:Post
Relevant content
- AWS OFFICIALUpdated a year ago
