Google Cloud Professional Cloud Architect — Question 251

Your company recently acquired a company that has infrastructure in Google Cloud. Each company has its own Google Cloud organization. Each company is using a Shared Virtual Private Cloud (VPC) to provide network connectivity for its applications. Some of the subnets used by both companies overlap. In order for both businesses to integrate, the applications need to have private network connectivity. These applications are not on overlapping subnets. You want to provide connectivity with minimal re-engineering. What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C, as setting up a Cloud VPN gateway allows secure private network connectivity between the two Shared VPCs without the need to change the existing infrastructure significantly. Option A, VPC peering, cannot be used due to overlapping subnets, while B requires extensive re-engineering by migrating and relaunching instances, which is not minimal. Option D, SSH port forwarding, is not a scalable or efficient solution for providing connectivity between applications across different VPCs.