
Answer-first summary for fast verification
Answer: Set up a Cloud NAT gateway on the Compute Engine VM.
To update the operating system of a Bare Metal Solution environment by connecting it to the internet for software updates, the correct approach is to set up a Cloud NAT gateway on the Compute Engine VM. This is because Bare Metal Solution environments do not have direct internet access. A Cloud NAT gateway allows instances without external IP addresses to access the internet for updates, while preventing unsolicited inbound connections from the internet. Options A and B involve setting up IP addresses in the VPC network, which do not directly facilitate internet access for updates. Option D, setting up Cloud NAT service, is not as specific as setting up a Cloud NAT gateway (Option C) for this purpose.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How can you connect a Bare Metal Solution environment to the internet to enable operating system updates to the latest version?
A
Setup a static external IP address in your VPC network.
B
Set up bring your own IP (BYOIP) in your VPC.
C
Set up a Cloud NAT gateway on the Compute Engine VM.
D
Set up Cloud NAT service.
No comments yet.