PROFESSIONAL-CLOUD-SECURITY-ENGINEER · Question #151
You perform a security assessment on a customer architecture and discover that multiple VMs have public IP addresses. After providing a recommendation to remove the public IP addresses, you are told…
The correct answer is B. Cloud NAT. Cloud NAT (Network Address Translation) is the correct answer. The core problem is that VMs need outbound internet access (to reach external sites) but should not have individual public IP addresses. Cloud NAT allows VM instances with only private internal IP addresses to…
Question
Options
- AGoogle Cloud Armor
- BCloud NAT
- CCloud Router
- DCloud VPN
How the community answered
(30 responses)- A3% (1)
- B73% (22)
- C7% (2)
- D17% (5)
Explanation
Cloud NAT (Network Address Translation) is the correct answer. The core problem is that VMs need outbound internet access (to reach external sites) but should not have individual public IP addresses. Cloud NAT allows VM instances with only private internal IP addresses to initiate outbound connections to the internet. The NAT gateway holds the public IP instead of the individual VMs, drastically reducing the public IP attack surface. Google Cloud Armor (A) is a WAF/DDoS protection service, not an outbound routing solution. Cloud Router (C) enables dynamic routing with BGP but does not perform NAT for internet access. Cloud VPN (D) creates encrypted tunnels to on-premises or other clouds, which does not address the internet-access use case here.
Topics
Community Discussion
No community discussion yet for this question.