AWS Certified SysOps Administrator – Associate (legacy) — Question 876

A company's Security team wants to track data encryption events across all company AWS accounts. The team wants to capture all AWS KMS events related to deleting or rotating customer master keys (CMKs) from all production AWS accounts. The KMS events will be sent to the Security team's AWS account for monitoring.
How can this be accomplished?

Answer options

Correct answer: C

Explanation

AWS CloudTrail records all API calls for AWS KMS, capturing key deletion and rotation events automatically. By configuring CloudTrail in each production account to deliver logs to a centralized Amazon S3 bucket managed by the Security team, you establish a secure, continuous, and highly reliable audit trail. Other methods, such as scheduled Lambda functions or AWS Config rules, introduce unnecessary complexity and latency compared to native CloudTrail log aggregation.