A SysOps administrator needs to deploy a standardized security policy to protect all Application Load Balancers (ALBs) across multiple AWS accounts within an organizational unit (OU) named ProductionOU. The security policy must block known malicious IP addresses and mitigate HTTP flood attacks. The solution must centrally deploy the configurations, automatically remediate any local disassociations or modifications to the security rules, and ensure all changes are audited. Which combination of actions will meet these requirements? (Select TWO.)
- Designate a delegated administrator account for AWS Firewall Manager, and create a Firewall Manager WAF policy targeting ALBs in the ProductionOU with auto-remediation enabled.Cevap
- Include a rate-based rule and the AWS Managed Rules Amazon IP Reputation list rule group within the Firewall Manager WAF policy.Cevap
- CCreate a custom AWS Config rule in each member account to monitor ALB associations, and configure an Amazon EventBridge rule to trigger an AWS Systems Manager Automation document that reassociates the Web ACL.
- DDeploy stateless Network Access Control Lists (NACLs) to the ALB subnets across all accounts to block malicious IPs, and configure the outbound NACL rules to restrict traffic to ports 80 and 443 only.
- EConfigure a multi-region organizational CloudTrail trail to log WAF API activity to a centralized S3 bucket in the management account, and enable SSE-KMS encryption without updating the KMS key policy to allow CloudTrail service principal access.
Cevap
To meet the requirements, the administrator should designate a delegated administrator account for AWS Firewall Manager and create a WAF policy targeting ALBs in the ProductionOU with auto-remediation enabled. Additionally, the policy must include a rate-based rule and the AWS Managed Rules Amazon IP Reputation list rule group.
AWS Firewall Manager provides centralized management of AWS WAF rules across multiple accounts in an AWS Organization. By designating a delegated administrator and targeting the ProductionOU with auto-remediation enabled, any non-compliant local changes are automatically corrected. Including the Amazon IP Reputation list and a rate-based rule in the policy ensures protection against known threats and HTTP floods.
Adım Adım Çözüm
Anahtar Kavram
Centralized threat protection and Web Application Firewall (WAF) deployment using AWS Firewall Manager to enforce security compliance across multiple AWS Organization accounts.