Using Console
Using CLI
<ID>
with the Reserved Instance ID and <COUNT>
with the desired instance count. <OFFERING_ID>
can be obtained from the Reserved Instance description.<ID>
with the Reserved Instance Listing ID.Using Python
describe_reserved_instances()
method of the EC2 client object. This method returns information about the specified Reserved Instances, including the number of instances that are currently in use.InstanceCount
attribute to the InstanceCount
attribute of the State
object for each Reserved Instance.