GCP ACE · Question 07 · Domain 1.3: Installing and configuring the CLI
You work on two different Google Cloud projects: 'dev-project' and 'prod-project'. You frequently switch between them and need to use different accounts and default compute zones for each.
What is the MOST efficient way to manage these different settings in the Cloud SDK?
Answer options:
Run gcloud init every time you need to switch projects.
Create two separate gcloud configurations and switch between them using 'gcloud config configurations activate'.
Use the --project, --account, and --zone flags on every single gcloud command you run.
Install the Cloud SDK twice in different directories on your workstation.
50 questions · hints · full answers · grading