Google Cloud Professional Cloud Security Engineer — Question 202

Your organization is deploying a new web application on Compute Engine and needs robust perimeter security. You need to protect the application from common web attacks, including SQL injection and cross-site scripting (XSS), while also controlling network traffic based on the source IP address and user identity. What should you do?

Answer options

Correct answer: D

Explanation

The correct answer, D, effectively combines Cloud Armor for application-level security with Cloud Firewall rules to filter traffic by IP address and Identity-Aware Proxy for user identity-based access control. Options A and C do not fully address user identity management, while B lacks the integration of Identity-Aware Proxy, which is crucial for controlling access based on user identity.