A company uses multiple AWS security services — GuardDuty, Inspector, Macie, and IAM Access Analyzer — across multiple accounts. The security team needs a single console to view, prioritise, and manage all security findings from these services and third-party tools. Which AWS service provides this aggregated view?
Trap 1: Amazon GuardDuty
Amazon GuardDuty is a threat detection service that continuously analyzes VPC Flow Logs, AWS CloudTrail management events, and DNS logs using machine learning to identify malicious behavior. It generates its own findings for threats such as cryptojacking, unauthorized access, or reconnaissance, but it does not ingest or normalize findings from other services. GuardDuty acts as a finding source that Security Hub can aggregate, rather than a central aggregator.
Trap 2: Amazon CloudWatch
Amazon CloudWatch is a monitoring and observability service for collecting metrics, logs, and events from infrastructure and applications, enabling operational dashboards and alarms. It does not provide a centralized security finding aggregation layer or support the AWS Security Finding Format (ASFF) to normalize detections from multiple security services. CloudWatch focuses on resource utilization and operational health, not on consolidating threat detections from GuardDuty, Inspector, or Macie.
Trap 3: AWS Config
AWS Config is a service that records resource configuration changes and evaluates them against managed or custom rules to determine compliance with your internal policies. While Security Hub can ingest compliance findings from AWS Config, Config itself does not aggregate or correlate security detections from services like GuardDuty and Inspector. Its purpose is configuration history and compliance auditing, not unified security finding management.
- A
Amazon GuardDuty
Why wrong: Amazon GuardDuty is a threat detection service that continuously analyzes VPC Flow Logs, AWS CloudTrail management events, and DNS logs using machine learning to identify malicious behavior. It generates its own findings for threats such as cryptojacking, unauthorized access, or reconnaissance, but it does not ingest or normalize findings from other services. GuardDuty acts as a finding source that Security Hub can aggregate, rather than a central aggregator.
- B
Amazon CloudWatch
Why wrong: Amazon CloudWatch is a monitoring and observability service for collecting metrics, logs, and events from infrastructure and applications, enabling operational dashboards and alarms. It does not provide a centralized security finding aggregation layer or support the AWS Security Finding Format (ASFF) to normalize detections from multiple security services. CloudWatch focuses on resource utilization and operational health, not on consolidating threat detections from GuardDuty, Inspector, or Macie.
- C
AWS Security Hub
Security Hub aggregates findings from GuardDuty, Inspector, Macie, IAM Access Analyzer, Firewall Manager, and third-party tools into a unified dashboard. It uses the AWS Security Finding Format (ASFF) to normalise findings and allows centralised management across accounts.
- D
AWS Config
Why wrong: AWS Config is a service that records resource configuration changes and evaluates them against managed or custom rules to determine compliance with your internal policies. While Security Hub can ingest compliance findings from AWS Config, Config itself does not aggregate or correlate security detections from services like GuardDuty and Inspector. Its purpose is configuration history and compliance auditing, not unified security finding management.