ASSOCIATE-CLOUD-ENGINEER · Question #376
ASSOCIATE-CLOUD-ENGINEER Question #376: Real Exam Question with Answer & Explanation
The correct answer is B: Build the solution by using Terraform, and provision the resources.. Building the solution using Terraform is the most suitable option for automating the provisioning of resources across multiple cloud providers. Terraform is a widely used Infrastructure-as-Code tool that supports multiple cloud providers, including Google Cloud, and offers a unif
Question
Your organization has decided to deploy all its compute workloads to Kubernetes on Google Cloud and two other cloud providers. You want to build an infrastructure-as-code solution to automate the provisioning process for all cloud resources. What should you do?
Options
- ABuild the solution by using YAML manifests, and provision the resources.
- BBuild the solution by using Terraform, and provision the resources.
- CBuild the solution by using Python and the cloud SDKs from all providers to provision the
- DBuild the solution by using Config Connector, and provision the resources.
Explanation
Building the solution using Terraform is the most suitable option for automating the provisioning of resources across multiple cloud providers. Terraform is a widely used Infrastructure-as-Code tool that supports multiple cloud providers, including Google Cloud, and offers a unified and declarative way to manage cloud infrastructure. It allows for easy integration with other cloud environments and provides a consistent workflow for managing infrastructure.
Community Discussion
No community discussion yet for this question.