PROFESSIONAL-CLOUD-NETWORK-ENGINEER · Question #232
Your organization has approximately 100 teams that need to manage their own environments. A central team must manage the network. You need to design a landing zone that provides separate projects for
The correct answer is B. Configure a Shared VPC, and create a VPC network in the host project.. To design a scalable landing zone for a large organization with centralized network management and separate environments for 100 teams, a Shared VPC is the most appropriate solution. Here's 1. Shared VPC architecture: - A host project contains the centrally managed VPC network. -
Question
Options
- AConfigure Policy-based Routing for each team.
- BConfigure a Shared VPC, and create a VPC network in the host project.
- CConfigure VPC Network Peering, and peer one of the VPC's to the service project.
- DConfigure a Shared VPC, and create a VPC network in the service project.
How the community answered
(31 responses)- A6% (2)
- B77% (24)
- C13% (4)
- D3% (1)
Explanation
To design a scalable landing zone for a large organization with centralized network management and separate environments for 100 teams, a Shared VPC is the most appropriate solution. Here's 1. Shared VPC architecture: - A host project contains the centrally managed VPC network. - Service projects are created for each team. These projects attach to the Shared VPC in the host project, enabling the teams to use shared networking resources. 2. Centralized network management: - The central team retains full control over networking resources in the host project, including subnets, firewall rules, and routes. - Teams in service projects can deploy and manage their resources (e.g., VMs) while inheriting the centrally managed network configuration. - Shared VPCs are designed to support multiple service projects, making this solution ideal for an organization with approximately 100 teams. - Teams are isolated in their own projects, providing logical separation and better resource 4. Best practices alignment: - This approach aligns with Google Cloud's best practices for large-scale organizations, ensuring security, scalability, and operational efficiency.
Topics
Community Discussion
No community discussion yet for this question.