Recall & Review
beginner
What are configuration properties in cloud infrastructure?
Configuration properties are settings that define how cloud resources behave and interact. They control things like resource size, network settings, and security options.
Click to reveal answer
beginner
Why is it important to manage configuration properties carefully?
Because incorrect settings can cause resources to fail, become insecure, or cost more. Proper management ensures resources work as expected and stay safe.
Click to reveal answer
intermediate
How can you change configuration properties in Google Cloud Platform (GCP)?
You can change them using the GCP Console, gcloud command-line tool, or Infrastructure as Code tools like Terraform.
Click to reveal answer
beginner
What is a real-life example of a configuration property in GCP?
For a Compute Engine VM, a configuration property could be the machine type (like n1-standard-1), which decides the CPU and memory size.
Click to reveal answer
intermediate
What is the benefit of using Infrastructure as Code (IaC) for configuration properties?
IaC lets you write configuration as code, making it easy to track changes, reuse setups, and deploy resources consistently.
Click to reveal answer
Which tool can you use to change configuration properties in GCP?
✗ Incorrect
The gcloud command-line tool is designed to manage GCP resources and their configuration properties.
What does a configuration property control?
✗ Incorrect
Configuration properties define the behavior and settings of cloud resources.
Why use Infrastructure as Code for configuration?
✗ Incorrect
Infrastructure as Code helps automate and manage configurations reliably.
Which of these is an example of a configuration property for a VM in GCP?
✗ Incorrect
Machine type defines the CPU and memory for a VM, which is a key configuration property.
What happens if configuration properties are set incorrectly?
✗ Incorrect
Incorrect settings can cause failures or security risks in cloud resources.
Explain what configuration properties are and why they matter in cloud infrastructure.
Think about how settings control a device or appliance in your home.
You got /3 concepts.
Describe how you can manage configuration properties in Google Cloud Platform.
Consider both graphical and code-based methods.
You got /3 concepts.