Recall & Review
beginner
What is Google Cloud Deployment Manager?
Google Cloud Deployment Manager is a tool that helps you create, configure, and manage Google Cloud resources using simple text files. It lets you define your infrastructure as code, so you can deploy and update resources automatically.
Click to reveal answer
beginner
How does Deployment Manager treat infrastructure?
Deployment Manager treats infrastructure as code, meaning you write configuration files that describe your resources. These files are then used to create and manage your cloud resources in a repeatable and consistent way.
Click to reveal answer
intermediate
What file formats can you use with Deployment Manager?
You can use YAML, JSON, or Jinja2 templates to define your resources in Deployment Manager. YAML and JSON are simple and readable, while Jinja2 lets you add logic and reuse parts of your configuration.
Click to reveal answer
beginner
What is a deployment in Deployment Manager?
A deployment is a collection of resources defined by your configuration files. When you create a deployment, Deployment Manager creates all the resources you described and keeps track of them for updates or deletion.
Click to reveal answer
beginner
Why use Deployment Manager instead of manual setup?
Using Deployment Manager saves time and reduces errors by automating resource creation. It also makes your infrastructure repeatable and easy to update, just like software code.
Click to reveal answer
What does Deployment Manager use to define cloud resources?
✗ Incorrect
Deployment Manager uses text configuration files like YAML, JSON, or Jinja2 templates to define resources.
Which file format is NOT supported by Deployment Manager?
✗ Incorrect
Deployment Manager supports YAML, JSON, and Jinja2 templates, but XML is not supported.
What is the main benefit of using Deployment Manager?
✗ Incorrect
Deployment Manager automates and makes infrastructure setup repeatable and consistent.
What does a deployment represent in Deployment Manager?
✗ Incorrect
A deployment is a group of resources defined and managed together.
Which statement about Deployment Manager is TRUE?
✗ Incorrect
Deployment Manager uses infrastructure as code to automate resource management.
Explain how Deployment Manager helps manage Google Cloud resources.
Think about how writing text files can replace manual setup.
You got /4 concepts.
Describe the role of templates in Deployment Manager.
Templates are like blueprints for your cloud setup.
You got /4 concepts.