Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
To efficiently list all compute instances in zones us-central1-b and europe-west1-d, which command should you use?
A
Run gcloud compute instances list --filter="zone:( us-central1-b )" and gcloud compute instances list --filter="zone:( europe-west1-d )" separately, then combine the results manually.
gcloud compute instances list --filter="zone:( us-central1-b )"
gcloud compute instances list --filter="zone:( europe-west1-d )"
B
Use gcloud compute instances get --filter="zone:( us-central1-b )" and gcloud compute instances list --filter="zone:( europe-west1-d )", then combine the results manually.
gcloud compute instances get --filter="zone:( us-central1-b )"
C
Execute gcloud compute instances get --filter="zone:( us-central1-b europe-west1-d )".
gcloud compute instances get --filter="zone:( us-central1-b europe-west1-d )"
D
Execute gcloud compute instances list --filter="zone:( us-central1-b europe-west1-d )".
gcloud compute instances list --filter="zone:( us-central1-b europe-west1-d )"