SAABlog
SecurityIntermediate

AWS Firewall Manager: Centralized WAF, Shield, Security Group Management

Learn how to centrally manage WAF, Shield Advanced, and Security Groups across multiple accounts with AWS Firewall Manager.

PHILOLAMB-Updated: January 31, 2026
Firewall ManagerWAFShieldSecurity PoliciesOrganizations

Related Exam Domains

  • Domain 1: Design Secure Architectures

Key Takeaway

AWS Firewall Manager is a service that centrally creates, applies, and audits security rules for WAF, Shield Advanced, Security Groups, and more across multiple accounts and resources in AWS Organizations. Security policies are automatically applied when new accounts or resources are added.

Exam Tip

Exam Essential: "Multi-account security rules central management = Firewall Manager", Prerequisites: AWS Organizations + WAF enabled

What is Firewall Manager?

A management service that centrally creates, applies, and audits security rules across multiple AWS accounts.

┌─────────────────────────────────────────────┐
│            AWS Organizations                 │
│                                              │
│  ┌──────────────────────────────────────┐    │
│  │       Firewall Manager               │    │
│  │                                      │    │
│  │  Security Policy Definition          │    │
│  │  ├── WAF Policy                      │    │
│  │  ├── Shield Advanced Policy          │    │
│  │  ├── Security Group Policy           │    │
│  │  ├── Network Firewall Policy         │    │
│  │  └── DNS Firewall Policy             │    │
│  └──────────────────────────────────────┘    │
│       │          │          │                │
│       ▼          ▼          ▼                │
│   [Account A] [Account B] [Account C]        │
│   Auto-apply  Auto-apply  Auto-apply         │
└─────────────────────────────────────────────┘

Prerequisites

RequirementDescription
AWS OrganizationsRequired, all features enabled
Admin Account DesignationSet Firewall Manager admin account
AWS ConfigEnable Config in all target accounts

Managed Security Services

Security ServiceFirewall Manager PolicyTarget Resources
AWS WAFBulk apply WAF rule groupsCloudFront, ALB, API Gateway
Shield AdvancedAuto-subscribe and protectCloudFront, ALB, EC2, EIP
Security GroupApply/audit common rulesEC2, ENI
Network FirewallDeploy network firewallVPC
Route 53 DNS FirewallDNS filtering rulesVPC

Policy Types in Detail

1. WAF Policy

Bulk apply WAF rules to CloudFront and ALB across multiple accounts.

Firewall Manager WAF Policy:
├── Managed rule groups (OWASP, Bot Control)
├── Rate-based rules
└── Scope: All ALBs across all accounts

→ Auto-applied to new ALBs in new accounts

2. Shield Advanced Policy

Automatically enable Shield Advanced protection on designated resources.

3. Security Group Policy

Policy TypeDescription
Common Security GroupApply specified SG to all targets
Audit Security GroupDetect rule violations (excessive permissions, etc.)
Usage AuditDetect unused/duplicate SGs

4. Network Firewall Policy

Automatically deploy AWS Network Firewall to VPCs and apply firewall rules.

Firewall Manager vs Direct Management

AspectDirect ManagementFirewall Manager
ScopeIndividual per-account setupOrganization-wide bulk apply
New ResourcesManual applyAuto-apply
Compliance CheckManual auditAuto audit + alerts
ConsistencyHard to guaranteeGuaranteed
CostService costs onlyAdditional cost per policy

Exam Tip

Core Value: "When new accounts/resources are added, security policies are automatically applied."

Cost Structure

ItemCost
Security Policy$100/policy/region/month
WAF Web ACLSeparate WAF charges apply
Shield AdvancedSeparate Shield Advanced charges apply

SAA-C03 Exam Focus Points

  1. When to Use: "Bulk manage WAF/Shield/SG across multiple accounts"
  2. Prerequisites: "Organizations + AWS Config required"
  3. Auto-Apply: "Security policies auto-apply to new resources"
  4. vs Direct WAF Setup: "Single account = direct WAF, Multi-account = Firewall Manager"
  5. Security Group Audit: "Detect excessive permission rules"

Exam Tip

Sample Exam Question: "Apply the same WAF rules to all ALBs across 50 accounts, and auto-apply when new accounts are added." → Answer: AWS Firewall Manager WAF Policy

Frequently Asked Questions (FAQ)

Q: Can I apply WAF to multiple accounts without Firewall Manager?

Technically possible with individual setup per account, but maintaining consistency is difficult and auto-apply to new resources isn't possible. Firewall Manager is recommended for multi-account environments.

Q: Which account configures Firewall Manager?

Designate a Firewall Manager admin account from the Organizations management account. Best practice is to designate a dedicated security account as admin.

Q: Can I exclude specific accounts or OUs from policies?

Yes. You can include/exclude specific accounts or OUs in the policy scope. For example, exclude Sandbox OU and apply only to Production OU.

Q: What's the relationship between Firewall Manager and AWS Config?

Firewall Manager uses AWS Config to detect resource changes and evaluate policy compliance. Therefore, Config must be enabled in target accounts.

Q: What's the difference between Network Firewall and WAF?

WAF inspects L7 (HTTP/HTTPS) web traffic, while Network Firewall inspects all network traffic at L3/L4 (TCP, UDP, ICMP, etc.). They serve different purposes and using both is best practice.

References