Proposed Changes for Infrastructure Maintenance | Google's Best Practices

Proposed Changes for Infrastructure Maintenance

Question

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?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

B.

The recommended best practice by Google for sharing proposed infrastructure changes with a team is to use Deployment Manager templates to describe the changes. This helps to ensure that the changes are consistent and repeatable, and that the team can easily understand and review the proposed changes.

Option A: Use Deployment Manager templates to describe the proposed changes and store them in a Cloud Storage bucket. This option is a valid approach. Using Deployment Manager templates to describe the proposed changes ensures that the changes are repeatable, and storing them in a Cloud Storage bucket allows the team to access the templates easily.

Option B: Use Deployment Manager templates to describe the proposed changes and store them in Cloud Source Repositories. This option is also a valid approach. Using Deployment Manager templates to describe the proposed changes ensures that the changes are repeatable, and storing them in Cloud Source Repositories allows the team to easily review and collaborate on the proposed changes.

Option C: Apply the changes in a development environment, run gcloud compute instances list, and then save the output in a shared Storage bucket. This option is not a recommended best practice for sharing proposed infrastructure changes. While it may provide some information about the infrastructure changes, it does not provide a comprehensive description of the changes and may not be repeatable.

Option D: Apply the changes in a development environment, run gcloud compute instances list, and then save the output in Cloud Source Repositories. This option is also not a recommended best practice for sharing proposed infrastructure changes. While it may provide some information about the infrastructure changes, it does not provide a comprehensive description of the changes and may not be repeatable.

In summary, the recommended best practice for sharing proposed infrastructure changes with a team is to use Deployment Manager templates to describe the changes, and to store them either in a Cloud Storage bucket or in Cloud Source Repositories.