A company wants to implement a network monitoring solution that provides real-time traffic analysis and anomaly detection. Which THREE AWS services should be used together?
GuardDuty provides anomaly detection using VPC Flow Logs data.
Why this answer
The correct answers are B (Amazon GuardDuty), C (VPC Flow Logs), and E (Amazon CloudWatch). VPC Flow Logs capture network traffic information, which can be sent to CloudWatch for metrics and alarms, and GuardDuty provides anomaly detection using threat intelligence. Option A (AWS Config) is incorrect because it is used for resource configuration tracking, not network traffic analysis.
Option D (AWS CloudTrail) is incorrect because it logs API calls, not network traffic.