
Answer-first summary for fast verification
Answer: Cloud NAT
Cloud NAT is the correct service for this scenario because it provides outbound internet connectivity for VM instances without external IP addresses. According to Google Cloud documentation, Cloud NAT allows resources without external IPs to establish outbound connections to the internet, which is exactly what's needed for VM updates. The community discussion shows 100% consensus on option B with multiple upvoted comments referencing the official Cloud NAT documentation. Other options are unsuitable: Identity Aware Proxy (A) is for secure access to applications, not general internet connectivity; TCP/UDP Load Balancing (C) is for distributing incoming traffic; Cloud DNS (D) is for domain name resolution, not internet connectivity.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company's cloud security policy requires that VM instances must not have external IP addresses. You need to identify the Google Cloud service that enables these VMs to access the internet for updates. Which service should you use?
A
Identity Aware-Proxy
B
Cloud NAT
C
TCP/UDP Load Balancing
D
Cloud DNS
No comments yet.