AWS Certified SysOps Administrator – Associate — Question 76

A company wants to be alerted through email when IAM CreateUser API calls are made within its AWS account.

Which combination of actions should a SysOps administrator take to meet this requirement? (Choose two.)

Answer options

Correct answer: A, D

Explanation

The correct combination is A and D. Option A correctly sets up an EventBridge rule with AWS CloudTrail to monitor the IAM CreateUser API calls. Option D uses Amazon SNS to send email notifications, which is an appropriate choice for alerting. The other options either use incorrect event sources or are not suitable for sending email notifications.