Google Cloud Professional Cloud Security Engineer — Question 338
You just implemented a Secure Web Proxy instance on Google Cloud for your organization. You were able to reach the internet when you tested this configuration on your test instance. However, developers cannot access the allowed URLs on the Secure Web Proxy instance from their Linux instance on Google Cloud. You want to solve this problem with developers. What should you do?
Answer options
- 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.
Correct answer: C
Explanation
The correct answer is C because developers need to configure their instances to use the proxy address to access the internet through the Secure Web Proxy. Options A and D concern network access configurations that do not address the specific requirement of proxy settings. Option B, while useful, does not ensure that the proxy is correctly set up for internet access.