
Answer-first summary for fast verification
Answer: Develop templates for the environment using Cloud Deployment Manager.
The correct answer is A. Developing templates for the environment using Cloud Deployment Manager allows you to standardize the creation and management of Google Cloud resources using Infrastructure as Code (IaC). Cloud Deployment Manager automates this process, ensuring consistency and minimizing repetitive code. Alternative methods such as using curl commands or bash scripts are less efficient and do not support the same level of automation and repeatability. While the Cloud Console interface can be used for provisioning, it does not align with the principles of IaC as effectively as Deployment Manager.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company aims to streamline and standardize the process of creating and managing a variety of Google Cloud resources through the use of Infrastructure as Code (IaC) methodologies. The objective is to reduce the redundancy and repetition of code necessary to manage the cloud environment effectively. What approach or tool should you implement to achieve this goal?
A
Develop templates for the environment using Cloud Deployment Manager.
B
Use curl in a terminal to send a REST request to the relevant Google API for each individual resource.
C
Use the Cloud Console interface to provision and manage all related resources.
D
Create a bash script that contains all requirement steps as gcloud commands.
No comments yet.