AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 73

A DevOps engineer at a company is supporting an AWS environment in which all users use AWS IAM Identity Center (AWS Single Sign-On). The company wants to immediately disable credentials of any new IAM user and wants the security team to receive a notification.
Which combination of steps should the DevOps engineer take to meet these requirements? (Choose three.)

Answer options

Correct answer: A, C, E

Explanation

The correct answer includes creating an EventBridge rule for the IAM CreateUser API call (A), which detects new users, and a Lambda function (C) that disables access keys and deletes login profiles to enhance security. Additionally, an SNS topic (E) is necessary to notify the security team. The other options do not meet all requirements; for example, option B involves a GetLoginProfile API call which is not relevant for user creation, and option D only removes login profiles without disabling access keys.