Using Console
Using CLI
<offering-id>
with the ID of the offering that matches the specifications of the expiring Reserved Instance.<instance-id>
with the identifier of your RDS instance and <new-reserved-instance-id>
with the ID of the newly purchased Reserved Instance.<instance-id>
with the identifier of your RDS instance.By following these steps, you can successfully renew RDS Reserved Instances before their expiration in AWS RDS using AWS CLI.Using Python
renew_rds_reserved_instances.py
) and import the necessary libraries:'your_region'
, 'your_access_key'
, and 'your_secret_key'
with your actual AWS region, access key, and secret key. Also, make sure your IAM user has the necessary permissions to describe and modify RDS Reserved Instances.