Handy alias for SSH'ing into Compute Engine instances
I use the following alias to quickly SSH into Compute Engine instances in Google Cloud.
It saves having to type out gcloud compute ssh <name> --zone <zone>
each time and will automatically connect to the most recently created and RUNNING
instance.