An enterprise organization operates two separate Google Cloud Virtual Private Cloud (VPC) networks: vpc-production and vpc-analytics. The vpc-production network is connected to the company's on-premises data center using an High Availability (HA) Cloud VPN gateway paired with a Cloud Router running dynamic BGP routing. The two VPCs are connected using VPC Network Peering with custom route import and export enabled. Network administrators discover that on-premises hosts can successfully reach workloads in vpc-production, but cannot communicate with resources in vpc-analytics. You must enable private on-premises connectivity to both VPC environments without introducing redundant IPSec tunnels or increasing administrative overhead. Which architectural modification should you implement?
- Migrate to a Shared VPC architecture by establishing a Host Project containing the HA Cloud VPN and Cloud Router, and attach the analytics workloads as a Service Project within subnets of the Host VPC.Answer
- BConfigure custom route advertisements on the vpc-production Cloud Router to advertise the vpc-analytics subnet IP range to the on-premises BGP peer over the existing VPN session.
- CReplace the HA Cloud VPN gateway in vpc-production with a Dedicated Interconnect connection and rely on automatic dynamic BGP route propagation between peered VPCs.
- DCreate a VPC Service Controls perimeter containing both vpc-production and vpc-analytics, and configure an ingress rule allowing traffic from on-premises IP blocks.