Topic 1 Question 168
You are planning to use Terraform to deploy the Google Cloud infrastructure for your company. The design must meet the following requirements:
• Each Google Cloud project must represent an internal project that your team will work on. • After an internal project is finished, the infrastructure must be deleted. • Each internal project must have its own Google Cloud project owner to manage the Google Cloud resources. • You have 10-100 projects deployed at a time.
While you are writing the Terraform code, you need to ensure that the deployment is simple and the code is reusable with centralized management. What should you do?
Create a single project and single VPC for each internal project.
Create a single Shared VPC and attach each Google Cloud project as a service project.
Create a single project and additional VPCs for each internal project. D.O Create a Shared VPC and service project for each internal project.
ユーザの投票
コメント(5)
I go with D
👍 4[Removed]2024/02/08- 正解だと思う選択肢: B
When it comes to centralized management... I'd go to B.
👍 3gonlafer2024/02/19 Option D :
Shared VPC allows you to create a single VPC network that can be shared across multiple Google Cloud projects. Each internal project (Department A and Department B) can be attached as a service project to the Shared VPC. This approach centralizes management while allowing each project to have its own owner.
👍 1dev622024/02/29
シャッフルモード