After a phishing wave, a city needs org-wide visibility into suspicious API activity correlated across accounts for investigation and notifications. Which approach should the architect prescribe?
Select an answer to reveal the explanation.
Short Explanation
Think of one city-wide 911 console instead of every precinct keeping its own paper tip jar. Central GuardDuty/Security Hub (with EventBridge into a security account) correlates suspicious API activity across accounts so phishing fallout is visible org-wide. Weekly screenshot emails, turning GuardDuty off, or dumping keys in a bucket leave the SOC blind.
Full Explanation
Professional multi-account designs centralize security event detection and notification so investigators can correlate activity across member accounts after incidents such as phishing. Amazon GuardDuty analyzes CloudTrail, DNS, and VPC flow signals; AWS Security Hub aggregates findings; Amazon EventBridge can fan those events into a dedicated security or operations account. Per-account manual console reviews do not provide timely correlation, disabling GuardDuty removes detective coverage, and sharing long-lived access keys violates least privilege. The prescribed pattern is a security tooling account that aggregates and notifies on multi-account findings.