Topic 1 Question 84
You have a Google Cloud Platform account with access to both production and development projects. You need to create an automated process to list all compute instances in development and production projects on a daily basis. What should you do?
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.
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.
Go to Cloud Shell and export this information to Cloud Storage on a daily basis.
Go to GCP Console and export this information to Cloud SQL on a daily basis.
ユーザの投票
コメント(17)
A is correct
👍 35cloudenthu012020/06/25A. 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.
👍 14glam2020/10/11A is correct
👍 3mcaromit2021/05/13
シャッフルモード