
Ultimate access to all questions.
You have been granted access to both production and development projects within a Google Cloud Platform account. Your task is to establish an automated mechanism that will generate a daily inventory of all compute instances across both the development and production environments. How should you proceed to implement this solution effectively?
A
Create two configurations using gcloud config. Write a script that sets configurations as active, individually. For each configuration, use gcloud compute instances list to get a list of compute resources.
B
Create two configurations using gsutil config. Write a script that sets configurations as active, individually. For each configuration, use gsutil compute instances list to get a list of compute resources.
C
Go to Cloud Shell and export this information to Cloud Storage on a daily basis.
D
Go to GCP Console and export this information to Cloud SQL on a daily basis.