AWS Certified Solutions Architect – Professional (SAP-C02) — Question 114

A company is running an application in the AWS Cloud. The company's security team must approve the creation of all new IAM users. When a new IAM user is created, all access for the user must be removed automatically. The security team must then receive a notification to approve the user. The company has a multi-Region AWS CloudTrail trail in the AWS account.

Which combination of steps will meet these requirements? (Choose three.)

Answer options

Correct answer: A, D, E

Explanation

The correct steps involve creating an EventBridge rule to detect the CreateUser event (A), using AWS Step Functions to manage the workflow of revoking access (D), and using Amazon SNS to notify the security team (E). Options B and C do not fulfill all requirements; B only handles notifications but does not manage access removal, and C introduces unnecessary complexity with ECS when Step Functions is more suitable.