Practice free →
HomeGCP Associate Cloud Engineercloudcomputinggcpoperations › Which networking feature would you use to give a…

Which networking feature would you use to give a private (no external IP) VM outbound internet access — for example, to pull packages from `pypi.org`?

AVPC Network Peering
BCloud NAT
CCloud Storage signed URLs
DCloud DNS
Answer & Solution
Correct answer: B. Cloud NAT
Cloud NAT lets private VMs (no public IP) make outbound connections to the internet via a managed NAT gateway. DNS is name resolution, Peering connects VPCs privately, signed URLs are time-limited storage access tokens.
Solve this in the app — GCP Associate Cloud Engineer practice & 24k+ MCQs →
Related questions