
Answer-first summary for fast verification
Answer: gcloud compute regions list gcloud compute images list
The correct sequence to list both compute regions and images is `gcloud compute regions list` followed by `gcloud compute images list`. The first command lists all the regions available in Google Compute Engine, and the second command lists all the prebuilt images available in those regions. This combination ensures you have a comprehensive view of the regions and images offered by Google Compute Engine. For more details, refer to the Google Cloud SDK documentation on [listing compute regions](https://cloud.google.com/sdk/gcloud/reference/compute/regions/list) and [listing compute images](https://cloud.google.com/sdk/gcloud/reference/compute/images/list).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
To discover the list of regions and prebuilt images available on Google Compute Engine, which command sequences should you use?
A
gcloud regions list gcloud images list
B
gcloud compute regions list gcloud compute images list
C
gcloud regions list gcloud compute images list
D
gcloud compute regions list gcloud images list
No comments yet.