Topic 1 Question 143
Your team maintains the infrastructure for your organization. The current infrastructure requires changes. You need to share your proposed changes with the rest of the team. You want to follow Google's recommended best practices. What should you do?
Use Deployment Manager templates to describe the proposed changes and store them in a Cloud Storage bucket.
Use Deployment Manager templates to describe the proposed changes and store them in Cloud Source Repositories.
Apply the changes in a development environment, run gcloud compute instances list, and then save the output in a shared Storage bucket.
Apply the changes in a development environment, run gcloud compute instances list, and then save the output in Cloud Source Repositories.
ユーザの投票
コメント(17)
Correct Answer is (A):
Connecting to Cloud Storage buckets Cloud Storage is a flexible, scalable, and durable storage option for your virtual machine instances. You can read and write files to Cloud Storage buckets from almost anywhere, so you can use buckets as common storage between your instances, App Engine, your on-premises systems, and other cloud services.
https://cloud.google.com/compute/docs/disks/gcs-buckets
Why not (B)? Caution
Cloud Source Repositories are intended to store only the source code for your app and not user or personal data. Don't store any Core App Engine Customer Data (as defined in your License Agreement) in Cloud Source Repositories. https://cloud.google.com/source-repositories/docs/features
👍 31ESP_SAP2020/08/21- 👍 26SSPC2020/08/13
B is right .. Showing Deployment Manager templates to your team will allow you to define the changes you want to implement in your cloud infrastructure. You can use Cloud Source Repositories to store Deployment Manager templates and collaborate with your team. Cloud Source Repositories are fully-featured, scalable, and private Git repositories you can use to store, manage and track changes to your code. Hence, the correct answer is: Create Deployment Manager templates to define the proposed changes and save them into Cloud Source Repositories.
👍 3AzureDP9002022/06/23
シャッフルモード