A gaming studio needs to implement a security logging and monitoring strategy for its multiplayer game backend. The studio has two primary requirements: first, it must track and audit all administrative API operations and configuration changes across its AWS account for compliance purposes; second, it must monitor compute instance performance metrics (such as CPU usage) and trigger real-time alerts when threshold limits are exceeded. Which of the following AWS services should the gaming studio use to meet these requirements? (Select TWO.)
- AWS CloudTrail to record and audit API activity and resource configuration modificationsCevap
- Amazon CloudWatch to monitor resource performance metrics and configure alarm notificationsCevap
- CAmazon GuardDuty to scan operating system packages for software vulnerabilities and install updates
- DAmazon Inspector to analyze network flow logs and identify active malicious attacks using intelligent threat detection
- EAWS Artifact to log and manage the physical security credentials of AWS data center personnel
Cevap
AWS CloudTrail to audit API activity and Amazon CloudWatch to monitor resource performance metrics and alarms.
AWS CloudTrail records administrative API actions and modifications, which satisfies the audit requirement. Amazon CloudWatch collects and tracks resource metrics like CPU utilization and can trigger alarm alerts when custom thresholds are crossed, satisfying the monitoring requirement.
Adım Adım Çözüm
Anahtar Kavram
AWS CloudTrail is utilized for auditing user actions and administrative API calls, while Amazon CloudWatch is used to monitor performance metrics and configure real-time alerts.