Home › GCP Associate Cloud Engineer › cloudcomputing › gcpoperations › 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.
Related questions
A subnet was created with /24 (256 addresses) and is running out. Which Google Cloud operaA team needs to deploy infrastructure-as-code on Google Cloud. Which combination of tools An auditor needs an immutable record of who took what action against Google Cloud APIs in Which Kubernetes-native autoscaler on GKE adjusts the NUMBER of replicas of a Deployment bAn organisation wants to centralise audit logs from multiple Google Cloud projects into onWhen viewing logs in Cloud Logging, what is the purpose of a 'log sink' configured to routWhich Google Cloud agent (installable on Compute Engine VMs and on-prem servers) collects Where in Google Cloud do you create alerting policies based on metrics like CPU > 80% for