|
|
|
|
|
by JoachimSchipper
1332 days ago
|
|
> Compute-optimized (C) instances can substitute for a general-purpose (M) instances of half the size They do have the same amount of memory (and twice the CPU). But if you run a workload that automatically scales to the number of available cores, starting twice the number of processes / threads might well run you out of memory. The article is interesting, but blindly running your code on unexpected instance types may be more "exciting" than the author makes it sound. |
|