
Explanation:
The correct answer is B. Deployment Manager, as it provides Infrastructure as Code (IaC) capabilities. Google Cloud Deployment Manager enables you to specify all the resources your application needs in a declarative format using YAML. Additionally, you can utilize Python or Jinja2 templates to parameterize the configuration, facilitating the reuse of common deployment patterns like load-balanced, auto-scaled instance groups. This approach allows you to treat your configuration as code and execute repeatable deployments.
Ultimate access to all questions.
A company is looking to establish a template for deploying resources dynamically, based on specifications outlined in configuration files. Which Google Cloud service would best meet this requirement?
A
Cloud Composer
B
Deployment Manager
C
Cloud Scheduler
D
Cloud Deployer
No comments yet.