A financial services firm wants to audit user activity in its AWS account to ensure compliance. They need to keep a complete record of all API transactions, and they also want to receive real-time notifications if anyone attempts to modify security group rules. Which combination of AWS services should the company implement to achieve this? (Select TWO.)
- AWS CloudTrail to log and track API calls across the account.Cevap
- Amazon CloudWatch Alarms to monitor log events and send alerts for security group changes.Cevap
- CAmazon GuardDuty to log all API calls and archive them to an Amazon S3 bucket for auditing.
- DAmazon Inspector to audit user console logins and raise real-time alarms.
- EAWS Artifact to automatically record and monitor changes to security group configurations.
Cevap
To audit all API transactions and receive real-time notifications for security group changes, the company should configure AWS CloudTrail to log API activity and use Amazon CloudWatch Alarms to monitor the logs and trigger alerts.
Deploying AWS CloudTrail allows the company to log, continuously monitor, and retain account activity related to actions across their AWS infrastructure. To receive real-time notifications for modifications to security group rules, the company can deliver CloudTrail logs to Amazon CloudWatch Logs and configure Amazon CloudWatch Alarms to trigger alerts based on specific log patterns.
Adım Adım Çözüm
Anahtar Kavram
AWS CloudTrail is used for auditing and tracking API activity, while Amazon CloudWatch is used for monitoring resource performance, logs, and setting up alarms.