PROFESSIONAL-CLOUD-ARCHITECT · Question #299
To improve governance and security, your organization has structured the Google Cloud environment using folders for different business units. Each business unit folder has subfolders for…
The correct answer is A. At each production folder, apply a hierarchical firewall policy to deny all ingress except for HTTPS. Hierarchical firewall policies applied at the production folders let you centrally enforce “deny all internet ingress by default” while adding a specific allow HTTPS rule for tagged VMs. Because hierarchical firewall policies sit above project-level VPC firewall rules, project…
Question
Options
- AAt each production folder, apply a hierarchical firewall policy to deny all ingress except for HTTPS
- BMandate the application teams to deploy a Terraform module to create VPC firewall rules in each
- CAt the organization root, apply a hierarchical firewall policy to deny all ingress except for HTTPS
- DAt each production folder, use an organization policy to block all external IPs and require teams to
How the community answered
(52 responses)- A46% (24)
- B10% (5)
- C29% (15)
- D15% (8)
Explanation
Hierarchical firewall policies applied at the production folders let you centrally enforce “deny all internet ingress by default” while adding a specific allow HTTPS rule for tagged VMs. Because hierarchical firewall policies sit above project-level VPC firewall rules, project teams cannot override these controls, and any current or future projects created under those production folders automatically inherit the policy. This meets the requirements for governance, security, selective HTTPS access, and scalability.
Topics
Community Discussion
No community discussion yet for this question.