PROFESSIONAL-CLOUD-NETWORK-ENGINEER · Question #54
Your company just completed the acquisition of Altostrat (a current GCP customer). Each company has a separate organization in GCP and has implemented a custom DNS solution. Each organization will…
The correct answer is B. Set up some variant of DNS forwarding and zone transfers in each organization. C. Connect VPCs in both organizations using Cloud VPN together with Cloud Router. Two things are needed to enable full cross-organization connectivity while retaining separate domains and hostnames: (1) Network connectivity: Cloud VPN with Cloud Router establishes encrypted tunnels between VPCs across organizations with dynamic routing via BGP, which is…
Question
Options
- AProvision Cloud Interconnect to connect both organizations together.
- BSet up some variant of DNS forwarding and zone transfers in each organization.
- CConnect VPCs in both organizations using Cloud VPN together with Cloud Router.
- DUse Cloud DNS to create A records of all VMs and resources across all projects in both
- ECreate a third organization with a new host project, and attach all projects from your company
How the community answered
(32 responses)- A13% (4)
- B56% (18)
- D9% (3)
- E22% (7)
Explanation
Two things are needed to enable full cross-organization connectivity while retaining separate domains and hostnames: (1) Network connectivity: Cloud VPN with Cloud Router establishes encrypted tunnels between VPCs across organizations with dynamic routing via BGP, which is important since both orgs use Shared VPC and have non-overlapping 10.0.0.0/8 address space. (2) DNS resolution: DNS forwarding and zone transfers allow each organization's instances to resolve hostnames in the other organization's domain, which is critical since both orgs retain their own domains. Option A (Cloud Interconnect) is for on-premises-to-GCP connectivity, not GCP-to-GCP. Option D (manual A records in Cloud DNS) is operationally expensive and error-prone at scale. Option E (third organization) is unnecessarily complex.
Topics
Community Discussion
No community discussion yet for this question.