
Ultimate access to all questions.
Your rapidly growing social media startup is facing challenges with manual infrastructure management, leading to errors. You've decided to adopt Infrastructure as Code (IaC) for managing your GCP infrastructure. What is the most efficient way to reduce repetitive code in managing your environment?
A
Develop environment templates using Cloud Deployment Manager.
B
Manually send REST requests to Google APIs for each resource using curl in a terminal.
C
Use the Google Cloud Console to provision and manage all resources.
D
Create a bash script that includes all necessary steps using gcloud commands.