One cloud virtual machine instance is fine, but we've seen at the very start of the book that the reasons for switching to the cloud can be summed up in two words: autohealing and autoscaling. One cloud VM instance is not going to provide autohealing or autoscaling, so we need a higher-level abstraction, the Managed Instance Group (MIG).
Understanding this one sentence is really important, so let's parse it carefully.
That fundamentally is what a Managed Instance Group is. Each element in MIG is GCE VM, just like any ...