A company runs 50 AWS accounts under AWS Organizations with workloads deployed in three Regions. The security team, which operates from a dedicated security tooling account, needs a single view of all security findings from every account and every Region, with the ability to manage finding workflow states centrally. Which design meets these requirements?
Choose one.
AWS Security Hub delivers organization-wide finding visibility through two mechanisms: delegated administration (a member account manages findings for every account) and cross-Region aggregation (findings from linked Regions replicate continuously into one home Region).
Designating the security tooling account as the Security Hub delegated administrator and enabling cross-Region aggregation is the native pattern for a single view of findings across many accounts and Regions, including bidirectional workflow-state updates. GuardDuty alone produces findings but aggregates nothing across the estate. Security Lake normalizes and stores data for analytics but has no triage or workflow capability. Administering Security Hub from the management account keeps daily security operations in the most privileged account and adds fragile hand-built forwarding that the service already provides.
- From the Organizations management account, designate the security tooling account as the Security Hub delegated administrator.
- Use central configuration from the delegated administrator to enable Security Hub across all member accounts.
- Choose one aggregation (home) Region and link the other two Regions so findings replicate into it.
- Triage and manage finding workflow states from the delegated administrator in the home Region.
Exam tip: A single view of findings across accounts and Regions is Security Hub with a delegated administrator plus cross-Region aggregation — never manual console reviews or the management account.
Designing Security Monitoring and Alerting Across an AWS Organization — the lesson that teaches this.