What will be pricing after lowering number of CPUs while creating ec2 instances?

0

While launching a new ec2 instance; there is an option to reduce the number of CPUs and threads. I need to find out what will be the pricing for ec2 then?

e.g. I am creating an instance type a1.4xlarge (16, 32 GiB) which will cost $0.408 on-demand. But if i reduce the CPUs to let's say 12 or 8 with same 32 GiB memory; then what will be the pricing?

SRQ
已提問 2 年前檢視次數 344 次
2 個答案
3

EC2 instances are priced according to instance type, regardless of the number of CPUs enabled. Disabling vCPUs does not change the cost of the instance type.

AWS
專家
已回答 2 年前
2
已接受的答案

The instance cost is fixed per hour cost depending on the type you have chosen. So it will be 0.408/hour regardless if you disable all CPU or don't use the instance, if its powered on you will be billed for it.

You can utilize spot instances or Saving plans to reduce the per hour cost, but keep in mind the caveats of those. e.g Spot instances can be terminated by AWS on 60 seconds notice, so make sure your workload can handle that termination.

已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南