PROFESSIONAL-CLOUD-SECURITY-ENGINEER · Question #237
You are routing all your internet facing traffic from Google Cloud through your on-premises internet connection. You want to accomplish this goal securely and with the highest bandwidth possible…
The correct answer is D. Configure Cloud Interconnect and route traffic through an on-premises firewall. To securely route all Google Cloud internet-facing traffic through your on-premises internet connection with the highest bandwidth, you should configure Cloud Interconnect and direct the traffic through an on-premises firewall.
Question
Options
- ACreate an HA VPN connection to Google Cloud. Replace the default 0.0.0.0/0 route.
- BCreate a routing VM in Compute Engine. Configure the default route with the VM as the next hop.
- CConfigure Cloud Interconnect with HA VPN. Replace the default 0.0.0.0/0 route to an on-premises
- DConfigure Cloud Interconnect and route traffic through an on-premises firewall.
How the community answered
(24 responses)- A8% (2)
- B4% (1)
- C4% (1)
- D83% (20)
Why each option
To securely route all Google Cloud internet-facing traffic through your on-premises internet connection with the highest bandwidth, you should configure Cloud Interconnect and direct the traffic through an on-premises firewall.
While HA VPN provides secure connectivity and allows for replacing default routes, it has lower bandwidth limits (typically up to a few Gbps per tunnel) compared to Cloud Interconnect, not meeting the "highest bandwidth possible" requirement.
Creating a routing VM as a next hop for the default route is a possible solution for traffic inspection within Google Cloud or routing to other internal networks, but it's not the primary method for securely backhauling all internet traffic to on-premises with highest bandwidth. It can also become a bottleneck.
Cloud Interconnect with HA VPN is a hybrid solution for connecting to Google Cloud, but the key to routing *all internet-facing traffic* through on-premises for security control and high bandwidth is the Cloud Interconnect itself combined with rerouting the default route *through* that interconnect to an on-premises security appliance, not necessarily just "replacing the default 0.0.0.0/0 route to an on-premises" without explicit mention of the on-premises firewall for security. Option D more clearly states the use of an on-premises firewall for security.
Cloud Interconnect (Dedicated or Partner) provides a high-bandwidth, low-latency private connection between your on-premises network and Google Cloud. By configuring appropriate routes (e.g., a custom default route for 0.0.0.0/0 via Cloud Interconnect) and routing this traffic through your on-premises firewall, you achieve both the highest possible bandwidth for egress traffic and centralize security inspection using your existing on-premises security appliances. This approach ensures all outbound internet traffic from Google Cloud passes through your on-premises security controls.
Concept tested: Egress traffic backhauling via Cloud Interconnect and on-premises firewall
Source: https://cloud.google.com/architecture/hybrid-connectivity-patterns#centralized_internet_egress_via_on-premises_network
Topics
Community Discussion
No community discussion yet for this question.