
Ultimate access to all questions.
Your company operates a global beauty products web application and has recently adopted Google Cloud Platform (GCP). After installing the gcloud command line interface (CLI) and authenticating it with your Google Account, you're managing several Compute Engine instances in the europe-west1-d region via CLI. How can you streamline your workflow by avoiding the need to specify the zone with every CLI command?
A
Use the gcloud config subcommand to set the europe-west1-d zone as the default zone.
B
Navigate to the Compute Engine Settings page and set the europe-west1-d zone under Default location.
C
Place a file named default.conf in the CLI installation directory, containing the line: zone=europe-west1-d.
D
Add a Metadata entry on the Compute Engine page with the key compute/zone and value europe-west1-d.