Google
ASSOCIATE-CLOUD-ENGINEER · Question #55
You have one GCP account running in your default region and zone and another account running in a non-default region and zone. You want to start a new Compute Engine instance in these two Google Cloud
The correct answer is A. Create two configurations using gcloud config configurations create [NAME].. You can create different configurations for each account and create compute instances in each account by activating the respective account.
Submitted by jian89· Mar 30, 2026Setting up a cloud solution environment
Question
You have one GCP account running in your default region and zone and another account running in a non-default region and zone. You want to start a new Compute Engine instance in these two Google Cloud Platform accounts using the command line interface. What should you do?
Options
- ACreate two configurations using gcloud config configurations create [NAME].
- BCreate two configurations using gcloud config configurations create [NAME].
- CActivate two configurations using gcloud configurations activate [NAME].
- DActivate two configurations using gcloud configurations activate [NAME].
How the community answered
(29 responses)- A90% (26)
- B3% (1)
- C7% (2)
Explanation
You can create different configurations for each account and create compute instances in each account by activating the respective account.
Topics
#gcloud configurations#multi-account#CLI#region configuration
Community Discussion
No community discussion yet for this question.