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
posta 2 anni fa344 visualizzazioni
2 Risposte
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
ESPERTO
con risposta 2 anni fa
2
Risposta accettata

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.

con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande