Question 160 of 284
Single answerYour company wants to standardize the creation and management of multiple Google Cloud resources using Infrastructure as Code. You want to minimize the amount of repetitive code needed to manage the environment. What should you do?
✓ADevelop templates for the environment using Cloud Deployment Manager.
BUse curl in a terminal to send a REST request to the relevant Google API for each individual resource.
CUse the Cloud Console interface to provision and manage all related resources.
DCreate a bash script that contains all requirement steps as gcloud commands.
✓
Correct Answer: A
Develop templates for the environment using Cloud Deployment Manager.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.