In this tutorial, we use the Google Cloud Platform to provision the compute infrastructure. You have already signed up.
Start in the Google Cloud Shell. (review)
This tutorial assumes a default compute region and zone have been configured.
Set a default compute region appropriate to your location (GCP regions and zones):
$ gcloud config set compute/region us-central1Set a default compute zone appropriate to the zone:
$ gcloud config set compute/zone us-central1-cVerify the configuration settings:
$ gcloud config listNext: Manual operations