
Explanation:
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 and listing compute images.
Ultimate access to all questions.
No comments yet.
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