Using Console
Using CLI
<reservation-id>
with the ID of the unused reserved instance, <new-count>
with the number of instances you want to reserve, <new-type>
with the instance type you want to reserve, and <new-zone>
with the availability zone you want to reserve the instance in.
To delete the unused reserved instances, run the following command:
<reservation-id>
with the ID of the unused reserved instance you want to delete.
Using Python