Ashish Karpe
Ashish Karpe

Reputation: 5794

How to check which instance is reserved in AWS?

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.

Upvotes: 16

Views: 18725

Answers (2)

Siddharth Das
Siddharth Das

Reputation: 1115

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.

Upvotes: 14

E.J. Brennan
E.J. Brennan

Reputation: 46859

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.

Upvotes: 33

Related Questions