Compared to App Engine, Cloud Functions, or even Kubernetes Engine, Compute Engine introduces a high level of operational complexity. Compute Engine instances can be deeply customized, and there are many aspects to their management. Developing an understanding of these various aspects is critical to operating solutions on Compute Engine.
Managing Compute Engine instances
Creating instances
Creating a virtual machine on compute engine is relatively straightforward. At a minimum, developers specify an instance name, zone, machine type, and boot disk. Several other configuration options are available, and we'll cover these in later sections. As with other products and services on Google Cloud, Compute Engine resources can...