Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 918 Bytes

File metadata and controls

38 lines (25 loc) · 918 Bytes

Prerequisites

Google Cloud Platform

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)

Google Cloud Platform

Set a Default Project, Compute Region and Zone

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-central1

Set a default compute zone appropriate to the zone:

$ gcloud config set compute/zone us-central1-c

Verify the configuration settings:

$ gcloud config list