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?
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.