Topic 1 Question 272
Your company requires that Google Cloud products are created with a specific configuration to comply with your company’s security policies. You need to implement a mechanism that will allow software engineers at your company to deploy and update Google Cloud products in a preconfigured and approved manner. What should you do?
Create Java packages that utilize the Google Cloud Client Libraries for Java to configure Google Cloud products. Store and share the packages in a source code repository.
Create bash scripts that utilize the Google Cloud CLI to configure Google Cloud products. Store and share the bash scripts in a source code repository.
Use the Google Cloud APIs by using curl to configure Google Cloud products. Store and share the curl commands in a source code repository.
Create Terraform modules that utilize the Google Cloud Terraform Provider to configure Google Cloud products. Store and share the modules in a source code repository.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: D
Here's why this is the most suitable solution:
Infrastructure as Code (IaC): Terraform is an IaC tool that allows you to define and provision infrastructure resources using declarative configuration files. This approach ensures consistency in resource configuration across different deployments, making it easier to enforce security policies and compliance requirements. Modularity: Terraform modules promote reusability and maintainability. You can create modules for specific GCP products or configurations and share them within your organization. This reduces duplication of effort and ensures that all deployments adhere to the same standards.
👍 7RuchiMishra2024/07/16 - 正解だと思う選択肢: D
Terraform is the most commonly used tool to provision and automate Google Cloud infrastructure.
👍 1denno222024/10/04
シャッフルモード