You are setting up a Bare Metal Solution environment. You need to update the operating system to the latest version. You need to connect the Bare Metal Solution environment to the internet so you can receive software updates. What should you do?
Show Answer & Explanation
Correct Answer: D. Set up Cloud NAT service.
Bare Metal Solution environments are connected to Google Cloud via a Partner Interconnect into a VPC. To allow outbound internet access for OS updates without exposing the environment directly, Cloud NAT is the correct Google-recommended solution.D is correct because Cloud NAT provides outbound-only internet access for private instances (no public IP needed), which is exactly what's needed for software updates.C is wrong because Cloud NAT is configured at the VPC/router level, not on a specific Compute Engine VM — and Bare Metal Solution isn't a Compute Engine VM.A is wrong because a static external IP exposes the environment directly to the internet, which is a security risk.B is wrong because BYOIP is for bringing your own IP address ranges to Google Cloud, not for enabling internet access.