Stefan Langenmaier
1 year
Andreas Vöst
1 month
Claus-Theodor Riegg
4 years
Andreas Vöst
2 months
Andreas Vöst
3 months
Kim Klotz
3 months
Claus-Theodor Riegg
8 years
Andreas Vöst
5 months
Andreas Vöst
7 months
Claus-Theodor Riegg
8 years
Marc Dierig
10 months
Claus-Theodor Riegg
7 years

AWS EC2: Burstable vs. Fixed-CPU Instances

Posted . Visible to the public.

The general purpose T instance types are a good starting point. But depending on the CPU utilization of your workload, a fixed-CPU instance from the M or C series offers better performance for a lower price.

General

  • T instances have a Baseline utilization per vCPU Show archive.org snapshot .
  • If the CPU utilization is higher than the baseline, CPU credits will be burned.
  • CPU credits recharge based on instance type and CPU utilization below the baseline.
  • Based on the credit specification, this happens when the EC2 instances runs out of CPU credits:
  • Every burstable instance has a CPU utilization break-even when a fixed-CPU instance becomes cheaper.
  • The fixed CPU instances are not only cheaper at that point, they also offer better performance (e.g. through stronger CPUs).

EC2 CPU usage break-even

The AWS documentation offers a When to use unlimited mode versus fixed CPU Show archive.org snapshot calculation.

These are the break-even CPU utilizations for us-east-1:

Burstable Baseline utilization Fixed-CPU vCPU Memory (GiB) Break-even CPU utilization
t3.medium 20% c7i-flex.large 2 4 63,20%
t3.large 30% m6i.large 2 8 42,80%
t3.xlarge 40% m7i-flex.xlarge 4 16 52,55%
t3a.medium 20% c6a.large 2 4 58,90%
t3a.large 30% m6a.large 2 8 41,20%
t3a.xlarge 40% m6a.xlarge 4 16 51,20%
Andreas Vöst
Last edit
Andreas Vöst
License
Source code in this card is licensed under the MIT License.