Google Associate Cloud Engineer Question 168
Single answerGoogle Cloud PlatformAs a Google Cloud Associate Cloud Engineer, you are tasked with managing the infrastructure for a web application. You decide to use Infrastructure as Code (IaC) to streamline deployments and manage resources reliably. Which Google Cloud service is best suited for deploying and managing resources using IaC practices?
- A
Google Cloud Deployment Manager
- B
Google Cloud Operations Suite
- C
Google Cloud Functions
- D
Google Cloud Dataproc
Show answer and explanation
Correct answer: A
Explanation
Google Cloud Deployment Manager is the appropriate service for implementing Infrastructure as Code (IaC) on Google Cloud Platform. It allows you to specify all the resources needed for your application in a declarative format and manage them consistently, making it the ideal tool for this purpose.
- A. Correct.
Google Cloud Deployment Manager is a tool specifically designed for managing and deploying resources using Infrastructure as Code (IaC) on Google Cloud Platform.
- B. Incorrect.
Google Cloud Operations Suite is focused on monitoring and logging, not on managing and deploying infrastructure using IaC.
- C. Incorrect.
Google Cloud Functions is used for serverless computing, not for managing infrastructure using IaC.
- D. Incorrect.
Google Cloud Dataproc is a managed Spark and Hadoop service, not a tool for IaC.