
Ultimate access to all questions.
You have two separate Google Cloud Platform (GCP) accounts. The first account operates in your default region and zone, while the second account operates in a non-default region and zone. Your objective is to launch new Compute Engine instances in both of these GCP accounts using the command line interface (CLI). How would you accomplish this task?
A
Create two configurations using gcloud configurations create [NAME]. Run gcloud configurations activate [NAME] to switch between accounts when running the commands to start the Compute Engine instances.
B
Create two configurations using gcloud configurations create [NAME]. Run gcloud configurations list to start the Compute Engine instances.
C
Activate two configurations using gcloud configurations activate [NAME]. Run gcloud config list to start the Compute Engine instances.
D
Activate two configurations using gcloud configurations activate [NAME]. Run gcloud configurations list to start the Compute Engine instances.