EC2 Billing vCPU options vs. Instance type

1

As mentioned here, r4.4xlarge instance type has 8 vCPU cores by default. But it is possible to set it to a lower value e.g. 1 at instance start request. In that case, how the billing works? Does it bill based on instance type? or vCPUs?

LahiruJ
已提问 2 年前385 查看次数
2 回答
3
已接受的回答

Disabling cores don't effect on instance cost. The reason why you would typically want to disable some of available cores is due to software licensing. If your application needs a lot of memory but can not benefit from extra cores, it can be cost effective to disable some cores to lower licensing cost. Even if you would still be paying for the whole instance capacity.

profile picture
专家
Kallu
已回答 2 年前
1

EC2 pricing [1] is based on the instance capacity. Even if you only use 1 vCPU, all 8 (in your example) would be allocated to you and available for use. There are services like Fargate [2] where pricing is based on vCPU. If your application requires fewer vCPUs and more of another resource, like RAM, then it's recommended to select an instance type that more aligns with your needs. My recommendation is to use the Instance Type feature in the EC2 Console. EC2 Console, on the left menu panel, select Instance Type. In this interface, you can list your requirements (number of vCPUs, amount of RAM, networking, etc) and the interface will display the available instance types including their on-demand costs. From this you can select the best instance type and size for your application or needs.

If later you need to increase (or decrease) the vCPU or RAM, you can change the instance type/size requiring only a start/stop [3].

I also recommend enabling the AWS Compute Optimizer (defaults are free) [4] which can use your running data to recommend the right instance type and size.

[1] https://aws.amazon.com/ec2/pricing/on-demand/

[2] https://aws.amazon.com/fargate/pricing/

[3] https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-resize.html

[4] https://aws.amazon.com/compute-optimizer/

profile pictureAWS
专家
已回答 2 年前

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

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

回答问题的准则