
Answer-first summary for fast verification
Answer: Execute the Deployment Manager template using the --preview option in the same project, and observe the state of interdependent resources.
The correct answer is D. The `--preview` option in Deployment Manager allows you to create a preview deployment of the resources defined in the configuration, without actually creating or modifying any resources. This feature provides rapid feedback on your changes by letting you observe the state of interdependent resources and ensuring that their dependencies are properly met. This process helps you identify any potential issues before fully committing the changes, ensuring a reliable update. Other options are less effective because they either require additional effort, like adding granular logging statements, monitoring the Stackdriver Logging page, or setting up a separate project.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have made substantial modifications to a sophisticated Deployment Manager template and need to ensure that all the defined resource dependencies are correctly addressed before finalizing and committing the changes to your project. To get the quickest verification of your updates, what steps should you take?
A
Use granular logging statements within a Deployment Manager template authored in Python.
B
Monitor activity of the Deployment Manager execution on the Stackdriver Logging page of the GCP Console.
C
Execute the Deployment Manager template against a separate project with the same configuration, and monitor for failures.
D
Execute the Deployment Manager template using the --preview option in the same project, and observe the state of interdependent resources.
No comments yet.