A health-tech company hosts its patient management portal on Amazon EC2 instances. The security team needs a service that can continuously monitor the AWS environment for potential security threats, such as command-and-control (C2) activity, unauthorized API calls, and brute-force attacks on the instances. Which AWS service is designed to perform this type of intelligent threat detection?
- AAWS CloudTrail
- BAmazon Inspector
- Amazon GuardDutyAnswer
- DAWS Managed Infrastructure Security (as AWS is responsible for detecting threats within customer EC2 operating systems)
Answer
Amazon GuardDuty
Amazon GuardDuty is the correct service because it provides intelligent threat detection by continuously monitoring logs (such as VPC Flow Logs, AWS CloudTrail management events, and DNS logs) using machine learning and threat intelligence to identify suspicious activities like brute-force attacks and command-and-control communication.
Step-by-Step Solution
Key Concept
Active threat detection and monitoring on AWS
Estimated Time:1m 0s