A media company is migrating its video-on-demand platform to AWS. The security team needs to implement a logging and security monitoring solution that meets two requirements:
1. It must record, continuously monitor, and retain a history of all API calls and user actions within the AWS account for compliance auditing.
2. It must provide continuous, intelligent threat detection and anomaly monitoring to identify potential malicious activity, such as brute-force attacks or compromised credentials.
Which AWS services should the company implement to satisfy these security requirements? (Select two.)
- AWS CloudTrailCevap
- Amazon GuardDutyCevap
- CAmazon CloudWatch
- DAmazon Inspector
- EAWS Key Management Service (AWS KMS)
Cevap
The correct services are AWS CloudTrail and Amazon GuardDuty.
AWS CloudTrail is correct because it monitors and logs account activity, including actions taken through the AWS Management Console, SDKs, and command line tools, which satisfies the compliance auditing requirement. Amazon GuardDuty is correct because it is a threat detection service that continuously monitors for malicious activity and unauthorized behavior using machine learning and anomaly detection.
Adım Adım Çözüm
Anahtar Kavram
Differentiating between AWS security monitoring services (Amazon GuardDuty and AWS CloudTrail) and other operational or security services (Amazon Inspector, Amazon CloudWatch, and AWS KMS).