Question 1 of 25
Select 2Your team needs to make sure that a Compute Engine instance does not have access to the internet or to any Google APIs or services. Which two settings must remain disabled to meet these requirements? (Choose two.)
Show answer
How others answered
- AC100%
Explanation
this is from Google document If you want to completely isolate your network from the internet or if you need to replace the default route with a custom route, you can delete the default route: "If you want to route internet traffic to a different next hop, you can replace the default route with a custom static or dynamic route. For example, you could replace it with a custom static route whose next hop is a Cloud VPN tunnel or another instance, such as a proxy server. If you remove the default route and do not replace it, packets destined to IP ranges that are not covered by other routes are dropped." so if option has default route than yes that need to be disabled, a static route can be for anything so how disabling that will help. https://cloud.google.com/vpc/docs/routes#routingpacketsinternet https://cloud.google.com/vpc/docs/vpc#internet_access_reqs
Adapted from community discussion by saurabh1805 · 2020-10-13 · 3 community upvotes. Third-party contribution; reviewed by our quality filter, not independently verified.
