简体   繁体   English

如何将 AWS EC2 购买的预留实例从 t2.small 修改为 t2.micro

[英]How do I modify an AWS EC2 purchased reserved instance from t2.small to t2.micro

I have an AWS EC2 instance, initial configuration was a t2.small in which I purchased a t2.small reserved instance.我有一个 AWS EC2 实例,初始配置是一个 t2.small,我在其中购买了一个 t2.small 预留实例。 after running the instance for 12 months, I have down scaled due to a reduction in my server requirement to a t2.micro.在运行该实例 12 个月后,由于对服务器的要求降低到 t2.micro,我缩小了规模。 How do I modify the t2.small purchased reserved instance to a t2.micro.如何将购买的t2.small 预留实例修改为t2.micro。 I notice that the scaled down instance is still being billed as a t2.small instance.我注意到按比例缩小的实例仍作为 t2.small 实例计费。

"I notice that the scaled down instance is still being billed as a t2.small instance." “我注意到按比例缩小的实例仍作为 t2.small 实例计费。”

No, that's not how reservations work.不,预订不是这样的。 You reserved a t2.small, and you are being charged for a t2.small, whether you use one or not.您预留了一个 t2.small,并且无论您是否使用 t2.small,您都需要为 t2.small 付费。 You are also now being charged for a t2.micro.您现在需要为 t2.micro 付费。 Reservations are not tied to a specific instance, they are simply a reservation of a specific amount of compute power.预留与特定实例无关,它们只是对特定数量计算能力的预留。

You can convert or exchange your instance reservation , depending on which type of reservation you created.您可以转换或交换您的实例预留,具体取决于您创建的预留类型。 However you would only be able to convert a t2.small into two t2.micro reservations.但是,您只能将一个 t2.small 转换为两个 t2.micro 保留。 You are still going to be paying the same either way.无论哪种方式,您仍然要支付相同的费用。 You made a commitment to pay for a certain amount of compute usage on AWS, in order to obtain a pricing discount, now they are going to make you honor that commitment.您曾承诺为 AWS 上的一定数量的计算使用量付费,以获得定价折扣,现在他们要让您履行该承诺。

If you have a standard reservation you may be able to sell it to another AWS customer.如果您有标准预留,则可以将其出售给其他 AWS 客户。 Otherwise it would probably be cheaper for you to continue using a t2.small instance until your reservation expires.否则,在您的预订到期之前继续使用 t2.small 实例可能会更便宜。

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

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