ASSOCIATE-CLOUD-ENGINEER · Question #165
ASSOCIATE-CLOUD-ENGINEER Question #165: Real Exam Question with Answer & Explanation
The correct answer is A: 1. Create a configuration for each project you need to manage.. Cloud SDK comes with a default configuration. To create multiple configurations, use gcloud config configurations create, and gcloud config configurations activate to switch between them. https://cloud.google.com/sdk/gcloud/reference/config/set
Question
You need to manage multiple Google Cloud Platform (GCP) projects in the fewest steps possible. You want to configure the Google Cloud SDK command line interface (CLI) so that you can easily manage multiple GCP projects. What should you?
Options
- A1. Create a configuration for each project you need to manage.
- B1. Create a configuration for each project you need to manage.
- C1. Use the default configuration for one project you need to manage.
- D1. Use the default configuration for one project you need to manage.
Explanation
Cloud SDK comes with a default configuration. To create multiple configurations, use gcloud config configurations create, and gcloud config configurations activate to switch between them. https://cloud.google.com/sdk/gcloud/reference/config/set
Community Discussion
No community discussion yet for this question.