Using Console
Using CLI
<ReservedInstanceID>
with the Reserved Instance ID noted in Step 2.Using Python
boto3
module to interact with AWS services.boto3.client()
method.describe_reserved_instances()
method to get a list of all the reserved instances in your account.modify_reserved_instances()
method to modify the payment option and complete the payment.describe_reserved_instances()
method.