A financial company hosts a transaction processing application on Amazon EC2 instances and stores historical data archives in Amazon S3. The security team must implement a security strategy that achieves two goals: first, automatically identifying software package vulnerabilities and unintended network accessibility on the EC2 instances; second, continuously monitoring the AWS accounts and network traffic for active malicious activity, such as brute-force attacks or communication with known malicious command-and-control servers. Which of the following AWS services should be implemented to address these specific security requirements? (Select two.)
- Amazon Inspector to scan the EC2 instances for software vulnerabilities and unintended network exposure.Cevap
- Amazon GuardDuty to continuously monitor account activity and network logs for signatures of malicious behavior.Cevap
- CAWS CloudTrail to perform automated vulnerability scanning on the application's hosting infrastructure.
- DAmazon CloudWatch to automatically detect account-level anomalies and alert on communication with malicious IP addresses.
- EAWS WAF to scan Amazon S3 buckets and identify OS-level patch deficiencies on the EC2 hosts.
Cevap
The correct services are Amazon Inspector and Amazon GuardDuty.
The correct services are Amazon Inspector and Amazon GuardDuty. Amazon Inspector satisfies the first requirement by continuously scanning EC2 instances for software vulnerability packages and mapping network reachability. Amazon GuardDuty satisfies the second requirement by analyzing VPC Flow Logs, DNS logs, and CloudTrail events to identify active threats like brute-force attacks or communication with malicious IP addresses.
Adım Adım Çözüm
Anahtar Kavram
AWS threat detection and vulnerability management services function at different layers of the infrastructure, with Amazon Inspector performing software and reachability assessments, while Amazon GuardDuty performs active log-based threat monitoring.