|
|
|
|
|
by 013a
3077 days ago
|
|
Technically, you pay for both time (hours on) and CPU Usage (instance tier). Its not like different instance tiers (at least in the same class) use fundamentally more or less powerful processors. They all use the same processors, you just get more or less of it depending on what you pay. Conceptually it is "pay as you use" by CPU usage, but just rounded into buckets by instance tier. Of course, there's a lot of underutilization within each bucket, because the granularity isn't per 1% used, but (more or less) per 100% used (aka each core). And also, most applications can't switch instance tiers easily to adapt to demand (though some certainly can). |
|
There is a variety of CPUs. You can "cat /proc/cpuinfo" to see what you got.
>>> most applications can't switch instance tiers easily to adapt to demand (though some certainly can).
Most applications can and do change. Changing the instance type is just a reboot of the machine.