CLOUD-DIGITAL-LEADER · Question #60
What are the network requirements for Private Google Access?
The correct answer is B. Your network must have appropriate routes for the destination IP ranges used by Google APIs. Private Google Access allows VM instances that do not have external IP addresses to reach Google APIs and services through Google's internal network. However, it does not automatically enable any API (Option A is false-APIs must still be enabled in the project). The key network…
Question
What are the network requirements for Private Google Access?
Options
- APrivate Google Access automatically enables any API.
- BYour network must have appropriate routes for the destination IP ranges used by Google APIs
- CBoth A and B
- DNone of the Above
How the community answered
(22 responses)- B91% (20)
- C5% (1)
- D5% (1)
Explanation
Private Google Access allows VM instances that do not have external IP addresses to reach Google APIs and services through Google's internal network. However, it does not automatically enable any API (Option A is false-APIs must still be enabled in the project). The key network requirement is that your VPC must have the appropriate routes pointing to the destination IP ranges used by Google APIs (such as the restricted.googleapis.com or private.googleapis.com ranges). Without these routes, traffic from VMs without public IPs cannot reach Google services even with Private Google Access enabled.
Topics
Community Discussion
No community discussion yet for this question.