A media streaming provider needs to implement a security monitoring strategy across its AWS environment. The provider wants to detect compromised IAM credentials and anomalous API requests made from unauthorized IP addresses. Additionally, they must track configurations and record resource changes over time for compliance auditing. Which combination of AWS services should a solutions architect recommend to meet these requirements? (Select TWO.)
- Enable Amazon GuardDuty to continuously analyze AWS CloudTrail management events and detect credential misuse or unauthorized API patterns.Answer
- Implement AWS Config to record configurations of AWS resources and evaluate them against compliance rules.Answer
- CConfigure stateless Network ACLs at the subnet level to automatically track and inspect returning IAM API traffic.
- DDeploy AWS Shield Standard on the front-end load balancers to block Layer 7 application exploits and malicious access key patterns.
- EEnable AWS Shield Advanced to analyze and filter out SQL injection attacks on the EC2 backend instances.
Answer
The correct options are enabling Amazon GuardDuty to analyze AWS CloudTrail management events and implementing AWS Config to record and track configurations of resources.
The correct architecture uses Amazon GuardDuty to monitor IAM credential security and API anomalies by digesting AWS CloudTrail logs, and AWS Config to track configuration history and ensure compliance baseline rules are met.
Step-by-Step Solution
Key Concept
AWS Security Monitoring and Threat Detection using GuardDuty and AWS Config