AWS Certified Security – Specialty — Question 370

A company recently adopted new compliance standards that require all user actions in AWS to be logged. The user actions must be logged for all accounts that belong to an organization in AWS Organizations. The company needs to set alarms that respond when specified actions occur. The alarms must forward alerts to an email distribution list. The alerts must occur in as close to real time as possible.

Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

Option A is correct because an AWS CloudTrail organizational trail automatically captures API activity across all member accounts, and forwarding these events to Amazon CloudWatch Logs allows for near real-time monitoring via metric filters and alarms integrated with Amazon SNS. Option B is incorrect because a standard trail does not automatically apply to all accounts in AWS Organizations, and Amazon SQS does not natively send email notifications. Options C and D are incorrect because they introduce significant latency and unnecessary operational complexity, failing to meet the near real-time requirement.