Q: 2
A large enterprise is migrating all its production workloads to Google Cloud. The security team insists that all outbound internet traffic from the VPC network be inspected by their proprietary, on-premises Intrusion Detection System (IDS) before leaving the Google network. What networking feature must be implemented?
Options
Discussion
Nah, not seeing how A or D could work here since they don't actually force the traffic out through the on-prem IDS. Custom static route is the move since it overrides the default internet path. Pretty sure that's what Google wants here, unless I missed something.
Option C not D. D looks tempting but it can't directly check URLs, while C ties Cloud Monitoring and automation together for alerts.
Custom static route
Custom static route
Seen this kind of scenario in the official guide and practice sets. You need a custom static route to force all outbound traffic through on-prem systems for IDS inspection. If I missed something, open to hearing other takes.
Seen this kind of scenario in the official guide and practice sets. You need a custom static route to force all outbound traffic through on-prem systems for IDS inspection. If I missed something, open to hearing other takes.
I don't think it's D. C is better since Cloud Monitoring does actual uptime checks on the external URL, which is key for this scenario. D can't watch the endpoint directly, so that's a trap option.
I don't think Cloud NAT or firewall policies alone would work here. Custom static route is needed to override the default 0.0.0.0/0 and push all egress through the VPN or Interconnect for on-prem IDS inspection. Pretty sure that's what they want, unless I missed a detail.
Custom Route with a Next Hop pointing to the on-premises IDS via VPN.
Cloud NAT Gateway with custom firewall rules. Saw similar wording in some practice tests and thought this combo could cover outbound inspection requirements.
Custom static route
Cloud VPN to a firewall VM in DMZ
Be respectful. No spam.