An enterprise organization is building a multi-region hybrid cloud environment on Google Cloud. The architecture consists of a Shared VPC network managed in a central host project with subnets provisioned in both `us-central1` and `europe-west1`. On-premises data centers connect to GCP via Dedicated Interconnect attachments in `us-central1`. The architecture team requires that on-premises workloads dynamically discover and route traffic to resources in both GCP regions over the Interconnect. Additionally, spoke workloads in service projects must access managed GCP services and external SaaS partners strictly through private IP addresses without traversing the public internet, while maintaining network isolation between independent spokes. Which TWO network topology configuration steps must you implement in the Shared VPC to satisfy these requirements? (Select TWO.)
- Set the dynamic routing mode of the Shared VPC network to Global, and configure Cloud Routers in us-central1 to advertise subnet routes across both regions over BGP.Answer
- Configure Private Service Connect (PSC) endpoints using internal IP addresses in the Shared VPC subnets to route traffic privately to consumer endpoints and Google APIs.Answer
- CEstablish VPC Network Peering between all spoke VPC networks and configure the host VPC to act as a transitive transit router for inter-spoke traffic.
- DReplace the Dedicated Interconnect setup with HA VPN tunnels using static routing to handle multi-region 10 Gbps bandwidth requirements to on-premises.
- EConfigure Cloud NAT gateways in each spoke project and enforce IAM object viewer roles to prevent unauthorized data exfiltration over public endpoints.