Ultimate access to all questions.
A company is looking to establish a template for deploying resources dynamically based on specifications in configuration files. Which Google Cloud service best meets this requirement?
Explanation:
The correct answer is C (Deployment Manager) because it provides Infrastructure as Code (IaC) capabilities, allowing you to specify all the resources needed for your application in a declarative format using YAML. You can also use Python or Jinja2 templates to parameterize the configuration, enabling the reuse of common deployment paradigms. This approach treats your configuration as code and supports repeatable deployments.