A multiplayer gaming startup needs to establish a security and operational monitoring strategy on AWS. The security team wants to audit all API actions and configuration changes made by developers across their AWS account. Concurrently, the operations team needs to track performance metrics of their Amazon EC2 instances and receive automated alerts if CPU utilization exceeds 80%. Which combination of AWS services should the startup implement to meet these requirements?
- AWS CloudTrail to audit all API activity and configuration changes, and Amazon CloudWatch to monitor instance metrics and send utilization alertsCevap
- BAmazon CloudWatch to audit all API activity and configuration changes, and AWS CloudTrail to monitor instance metrics and send utilization alerts
- CAmazon GuardDuty to audit all API activity and configuration changes, and Amazon Inspector to monitor instance metrics and send utilization alerts
- DAWS Artifact to audit all API activity and configuration changes, and AWS Shield to monitor instance metrics and send utilization alerts
Cevap
AWS CloudTrail to audit all API activity and configuration changes, and Amazon CloudWatch to monitor instance metrics and send utilization alerts
The correct option is the combination of AWS CloudTrail and Amazon CloudWatch. AWS CloudTrail is designed to record and audit API calls and user activity across your AWS infrastructure, providing a complete log of who did what and when. Amazon CloudWatch is the monitoring and observability service that tracks operational and performance metrics, such as CPU utilization, and allows you to set alarms that notify you or take action when a metric threshold is crossed.
Adım Adım Çözüm
Anahtar Kavram
AWS CloudTrail vs Amazon CloudWatch for Security and Operations