
Ultimate access to all questions.
As the maintainer of the Compute Engine infrastructure for an E-commerce website's Development and Production environments, you currently manually log into the Google Cloud Console to copy the list of running Compute Engine VMs. Your task is to automate the daily listing of all compute instances in both development and production projects using gcloud. What is the best approach?
A
gcloud compute instances list to retrieve compute resources.B
gcloud compute instances list within each configuration to list compute resources.C
Automate the export of this information to Cloud Storage via Cloud Shell on a daily schedule.
D
Schedule the export of this information to Cloud SQL through the Google Cloud Console every day.