使用AWS re:Post即您表示您同意 AWS re:Post 使用条款

EC2 Reserved instances - how do they work

0

I am curious as to how ec2 reserved instances work.

Let's say I reserve 20x t3a.nano for a year.

But I use 40x t3a.nano for 6 months and 0 for 6 months.

Would the reservation cover everything since I used average 30x t3a.nano over the course of the 12 months?

Or is the 20x t3a.nano reservation a daily capacity and you use it or lose it?

已提问 2 个月前59 查看次数
2 回答
2
已接受的回答

EC2 Reserved Instances (RIs) work as a billing discount applied to the use of On-Demand Instances in your account, rather than as a physical allocation of instances. Here's how your scenario would play out:

  1. You reserve 20x t3a.nano instances for a year.

  2. For the first 6 months when you're using 40x t3a.nano:

  • 20 instances would be billed at the discounted Reserved Instance rate.
  • The additional 20 instances would be billed at the regular On-Demand rate.
  1. For the next 6 months when you're using 0 instances:
  • You would still be billed for the 20 Reserved Instances, even though you're not using them.

The reservation does not "average out" over the course of the year. It's applied on an hourly basis, up to the number of instances you've reserved. You pay for the entire term of a Reserved Instance, regardless of your actual usage. This means that in your scenario, you would not fully benefit from your RI purchase during the second half of the year when you're not using any instances.

Reserved Instances are best suited for steady-state usage. If your usage fluctuates significantly, as in your example, you might not fully optimize your cost savings. In such cases, it might be more beneficial to consider other pricing options like Savings Plans, which offer more flexibility, or to adjust your RI purchase to match your minimum consistent usage.
Sources
Reserved Instances
Reserved Instances for Amazon EC2 overview - Amazon Elastic Compute Cloud
Amazon EC2 Reserved Instances - Amazon EC2 Reserved Instances and Other AWS Reservation Models

profile picture
已回答 2 个月前
profile picture
专家
已审核 2 个月前
0

Likely it will be cheaper for you not to use RI and use On Demand for 6 months.

profile picture
专家
已回答 2 个月前
profile picture
专家
已审核 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则