How to check which instance is reserved in AWS?
Asked Answered
C

2

15

We have 2 reserved c3.xlarge instance in our project but have total 3 launched c3.xlarge instance.

How to check which 2 instances are reserved out of 3. I checked details of all 3 instances, but nothing is mentioned.

Construction answered 26/10, 2015 at 9:57 Comment(0)
E
31

Reserved or not reserved is just a billing convenience. There is no concept of a particular instance being reserved or not.

So for example if you have two instances and have purchased on reserved instance and one is 'on demand', you can delete either one of them, and one of them is still reserved.

Electrotonus answered 26/10, 2015 at 10:23 Comment(1)
Just to extend on this answer... Each hour, the AWS billing system looks for Amazon EC2 instances that match purchased Reserved Instances. If it finds a match (based on Instance Type, Operating System and Availability Zone), one instance is not billed for that hour (per Reserved Instance owned). So, think of it more as a discount-granting system rather than a specific 'machine' being a reserved instance.Jardiniere
D
13

To check your reserved instances:

  1. login to your aws console.
  2. Go to EC2 management page.
  3. Expand Instances
  4. Click on Reserved Instances

Here you can see all your available reserved instances if available, else "You do not have any Reserved Instances." is displayed.

Diffusive answered 4/3, 2018 at 16:19 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.