A global organization wants to implement a robust security logging and auditing architecture. They need to meet three distinct security and operational monitoring objectives:
1. They must track and log all management events and API calls across their entire AWS Organization for compliance auditing.
2. They need to monitor CPU utilization and disk read/write metrics of their Amazon EC2 instances to dynamically scale resources and trigger operational alerts.
3. They require intelligent threat detection that uses machine learning to continuously analyze metadata logs (such as VPC Flow Logs and DNS logs) to identify potential malicious activity.
Which combination of AWS services should the organization implement to satisfy these requirements?
- AWS CloudTrail for tracking organizational API calls, Amazon CloudWatch for EC2 performance metrics and triggering operational alerts, and Amazon GuardDuty for intelligent threat detectionAnswer
- BAmazon CloudWatch for tracking organizational API calls, AWS CloudTrail for EC2 performance metrics and triggering operational alerts, and Amazon GuardDuty for intelligent threat detection
- CAWS CloudTrail for tracking organizational API calls, Amazon CloudWatch for EC2 performance metrics and triggering operational alerts, and Amazon Inspector for intelligent threat detection
- DAWS CloudTrail for tracking organizational API calls, Amazon CloudWatch for EC2 performance metrics and triggering operational alerts, and relying on AWS to automatically identify and block host-level application attacks as part of its infrastructure security responsibility
Answer
AWS CloudTrail for tracking organizational API calls, Amazon CloudWatch for EC2 performance metrics and triggering operational alerts, and Amazon GuardDuty for intelligent threat detection
The correct service mapping matches each requirement: AWS CloudTrail logs management events and API actions centrally; Amazon CloudWatch monitors resource performance metrics (like CPU and disk read/write) and handles alarms; Amazon GuardDuty provides intelligent, machine learning-driven threat detection by analyzing VPC Flow Logs, DNS logs, and CloudTrail events.
Step-by-Step Solution
Key Concept
Selecting appropriate logging, monitoring, and threat detection services in AWS based on functional and security requirements.