So Google now has its own IaaS solution called Google Compute Engine.
As a heavy user of cloud computing, I’m trying to figure out the difference between Amazon’s EC2 Compute Unit and GCEU (Google’s Compute Engine Unit) – to ascertain price-for-performance differences, etc.
Does anyone have more insight into the differences between these two?
ANSWER: Looks like 1 GCEU ~= 1 EC2 compute unit. More below at accepted answer.
According to Amazon,
According to Google,
It’s hard to make a 1:1 comparison with such a vague description from Google. Assuming Amazon and Google use the same CPUs, this would be as follows:
Using Amazon’s Cluster Compute Eight Extra Large Instance as an example, because it defines the CPU and the CU rating.
88 EC2 Compute Units (2 x Intel Xeon E5-2670, eight-core “Sandy Bridge” architecture)
This is 32 logical cores, 2x 8 physical with hyperthreading. With Google’s rating of one logical core being 2.75 GQ, this turns out to be in-line with Amazon, being 88 GQ in total.
Again, this is assuming Google and Amazon would use the same CPU (which is likely), and would be impossible to know without an official statement from Google, or a CPU-stat from a running instance.