GCP ACE · Question 09 · Domain 1.3: Installing and configuring the CLI
You frequently create Compute Engine instances in the 'europe-west1-b' zone. You are tired of typing the '--zone=europe-west1-b' flag every time you run the 'gcloud compute instances create' command.
Which command will set this zone as your default so you no longer have to specify it?
Answer options:
gcloud compute set zone europe-west1-b
gcloud config set compute/zone europe-west1-b
gcloud config set zone europe-west1-b
gcloud compute zones set default europe-west1-b
50 questions · hints · full answers · grading