
Answer-first summary for fast verification
Answer: Ensure that the developers have explicitly configured the proxy address on their instance.
The correct answer is C because Secure Web Proxy requires explicit client-side configuration to route traffic through the proxy. The community discussion (with 100% consensus and upvoted comments) confirms that developers must configure their instances with the proxy address, as Secure Web Proxy acts as an explicit proxy server. Option A (Cloud NAT) is unnecessary since the test instance already has internet access, indicating no NAT issue. Option B (restart instance/enable HTTP service) is irrelevant, as the problem is proxy configuration, not service status. Option D (firewall rule) is also not the issue, as the test instance works, suggesting firewall rules are already correct.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You have deployed a Secure Web Proxy on Google Cloud. While you can reach the internet from a test instance, developers cannot access allowed URLs from their Linux instances. What should you do to resolve this connectivity issue for the developers?
A
Configure a Cloud NAT gateway to enable internet access from the developer instance subnet.
B
Ensure that the developers have restarted their instance and HTTP service is enabled.
C
Ensure that the developers have explicitly configured the proxy address on their instance.
D
Configure a firewall rule to allow HTTP/S from the developer instance.