
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.