More on working with GCE VMs
In this section, we will explore the various features that the GCE offers. Each one of the features described is important, so do stay tuned.
Rightsizing recommendations
In the on-premise world, it pays to over-provision. If you need a server of capacity X today, you're best off buying one with a capacity of 1.5X—if only to not have to deal with finance and procurement all over again in a year's time.

When you switch to the cloud though, if you don't adjust that mindset, you might end up with sticker shock. On the cloud, remember that you can scale both up and down.
That's where the recommendations from GCE come in handy. Compute Engine provides machine type recommendations to optimize the resource utilization and minimize expenses of your virtual machine instances. These recommendations are generated automatically based on system metrics such as the CPU and memory utilization, gathered by the Google Stackdriver, which is a suite of GCP tools for Logging and Monitoring...