How to share AWS Network Firewall policies across accounts?
A company has VPCs across 50 AWS accounts and is using AWS Organizations. The company wants to implement web filtering. The requirements for how the traffic must be filtered are the same for all the VPCs. A network engineer plans to use AWS Network Firewall. The network engineer needs to implement a solution that minimizes the number of firewall policies and rule groups that are necessary for this web filtering. Which combination of steps will meet these requirements? (Choose three.)
Community Votes
100% of anonymous learners picked answer CDE. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
This question tests your understanding of AWS Network Firewall resource sharing via AWS RAM and the role of the management account, with a common trap of confusing SCPs with resource-sharing mechanisms.
To minimize firewall policies and rule groups for web filtering across many accounts, create the policy in the management account and share it using AWS RAM, with sharing enabled within AWS Organizations. Community consensus is CDE (86%).
Candidates often select B (Use SCPs) because they think SCPs can distribute resources, but SCPs only restrict permissions and cannot share firewall policies or rule groups.
Community Discussion (6 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Explanation
AWS Network Firewall allows you to create firewall policies and rule groups as regional resources. When you have 50 VPCs across 50 accounts that all need the same web filtering, you do not need to create a separate policy in each account. Instead, you create one policy in the management account of AWS Organizations and then share it with all member accounts using AWS Resource Access Manager (AWS RAM).
Why C, D, and E are correct
C. Create a firewall policy or rule group in the management account – The management account is the central account in AWS Organizations. Creating the policy there provides a single source of truth. This directly satisfies the requirement to minimize the number of policies and rule groups.
D. Use AWS Resource Access Manager (AWS RAM) to share the firewall policy or rule group – AWS RAM is the service designed for sharing resources across AWS accounts. Firewall policies and rule groups are shareable resources. By creating a resource share and specifying member accounts, the policy can be used by Network Firewalls in other accounts.
E. Enable sharing within Organizations – When you enable sharing with AWS Organizations in RAM, you can share resources with the entire organization or with specific organizational units (OUs) without listing each account individually. This simplifies the sharing process and is essential for scalable sharing across 50 accounts.
Together, these steps let you manage one firewall policy/rule group in the management account and share it across all VPCs, avoiding duplicated configuration and reducing operational overhead.
Why A and B are wrong
A. Create a firewall policy or rule group in each account – This directly contradicts the requirement to minimize the number of policies and rule groups. It would create 50 copies of the same policy, increasing management complexity and the risk of configuration drift.
B. Use SCPs to share the firewall policy or rule group – SCPs are service control policies; they are used to manage permissions in AWS Organizations, not to share resources. An SCP cannot make a firewall policy or rule group available to another account. Resource sharing is exclusively handled by AWS RAM.
Community insight
The community overwhelmingly supports CDE. As one commenter (Spaurito) explained, "Firewall policy and rule group sharing integrates with AWS Resource Access Manager (AWS RAM). AWS RAM is a service that enables you to share your AWS resources with any AWS account or through AWS Organizations." This highlights the central role of RAM in this scenario.
In summary, the correct answer is CDE.
Official Reference
Exam Strategy
When you see a question about sharing resources across multiple accounts, immediately think of AWS RAM and whether the resource is shareable. Also remember that SCPs are for permissions, not for sharing resources. Eliminate any answer that duplicates resources when centralization is the requirement.
Related Analysis
Practice All ANS-C01 Questions
Access 137 questions with complete answers and detailed explanations.
View Full ANS-C01 Practice Test →