简体   繁体   English

如何检查 AWS 中预留了哪个实例?

[英]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.我们的项目中有 2 个保留的 c3.xlarge 实例,但总共有 3 个启动的 c3.xlarge 实例。

How to check which 2 instances are reserved out of 3. I checked details of all 3 instances, but nothing is mentioned.如何检查 3 个实例中保留了 2 个实例。我检查了所有 3 个实例的详细信息,但没有提及任何内容。

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.因此,例如,如果您有两个实例并且是在预留实例上购买的,并且其中一个是“按需”的,则您可以删除其中之一,而其中一个仍然是预留的。

To check your reserved instances:要检查您的预留实例:

  1. login to your aws console.登录到您的 aws 控制台。
  2. Go to EC2 management page.转到 EC2 管理页面。
  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.被陈列。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM