
Explanation:
The organization needs to reach on-premises resources from multiple regions while minimizing IP usage. The cloud's IP space is 192.168.0.0/20, and on-premises uses 172.16.0.0/16. Private NAT gateways allow translating instance IPs to smaller, region-specific ranges for efficient routing. Option A correctly configures NAT gateways in each region (us-west1, europe-central1, asia-southeast1) using non-overlapping /24 subnets from the cloud's 192.168.0.0/20 range. The export include policy ensures only these NAT subnets are advertised to the hub, minimizing IP usage. Global dynamic routing enables cross-region connectivity through us-east4.
Ultimate access to all questions.
No comments yet.
You are designing a VPC architecture for your organization using a Network Connectivity Center hub-and-spoke topology:
• One Network Connectivity Center hybrid spoke exists to receive on-premises routes (172.16.0.0/16).
• One additional VPC spoke needs to be added as a Network Connectivity Center spoke.
Your organization has constrained routable IP space (192.168.0.0/20) for its cloud environment. The spoke VPC is connected to on-premises via a Cloud Interconnect in us-east4.
How should you configure the architecture to enable access to on-premises resources from multiple Google Cloud regions (us-west1, europe-central1, and asia-southeast1) while minimizing IP address usage?
A
B
C
D