
Answer-first summary for fast verification
Answer: Use the Preview feature in Deployment Manager
The correct answer is **C** because Deployment Manager's Preview feature allows users to see what resources would be created without actually deploying them. This is particularly useful for understanding the impact of changes before they are implemented. According to Google Cloud's documentation, previewing a configuration involves expanding the full configuration, including any templates, and creating a 'shell' deployment without instantiating any actual resources. This can be done by using the `preview` query parameter in an `insert()` request or by including the `--preview` flag in the `gcloud deployment-manager deployments create` command.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company is planning to deploy their application using Google Cloud's Deployment Manager. They wish to preview the impact of changes before actual implementation. Which feature should they use to achieve this?
A
Use the Validate Deployment feature in Deployment Manager
B
Use the Dry Run feature in Deployment Manager
C
Use the Preview feature in Deployment Manager
D
Use the Snapshot feature in Deployment Manager