0
0
GCPcloud~5 mins

Deployment Manager as native IaC in GCP - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AText configuration files
BManual clicks in the console
CBinary executables
DEmail commands
Which file format is NOT supported by Deployment Manager?
AXML
BJinja2
CJSON
DYAML
What is the main benefit of using Deployment Manager?
AManual resource creation
BAutomated, repeatable infrastructure setup
CFaster internet speed
DBetter email management
What does a deployment represent in Deployment Manager?
AA single virtual machine
BA user account
CA network cable
DA collection of cloud resources
Which statement about Deployment Manager is TRUE?
AIt requires manual updates for each resource.
BIt cannot manage networks.
CIt uses infrastructure as code to manage resources.
DIt only works with on-premises servers.
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.