A financial technology company is preparing for a security audit and must establish robust auditing and monitoring controls. The company needs to maintain a complete history of all API calls made within their AWS environment for compliance verification. Additionally, the security team needs to receive immediate notifications if any unauthorized modifications are made to network security configurations, such as security group rules.
Which of the following actions should the company take to meet these requirements? (Select TWO.)
- Enable AWS CloudTrail to capture and log API calls, storing them in a secure Amazon S3 bucket for compliance auditing.Cevap
- Create Amazon CloudWatch metric filters and alarms to notify security administrators in real-time when specific unauthorized API patterns occur in the logs.Cevap
- CConfigure Amazon CloudWatch to record and verify all identity-based API requests to generate a cryptographic history for compliance audits.
- DEnable Amazon Inspector to continuously scan VPC Flow Logs and DNS logs to identify active network threats and unauthorized access patterns.
- ERequest physical datacenter ingress records and hypervisor firewall logs from the AWS Security team to verify compliance with infrastructure controls.
Cevap
Enable AWS CloudTrail to capture API calls for compliance auditing, and create Amazon CloudWatch metric filters and alarms for real-time notifications.
To satisfy both requirements, the company must use AWS CloudTrail to record a complete log of all API operations (like creating or modifying resources) and deliver them to S3. They must also use Amazon CloudWatch Logs to collect the logs, create metric filters for unauthorized patterns (e.g., security group updates), and configure CloudWatch Alarms to send real-time alerts.
Adım Adım Çözüm
Anahtar Kavram
AWS CloudTrail provides API auditing and activity logging, while Amazon CloudWatch provides performance metrics, log monitoring, and real-time alarms.