AWS Certified DevOps Engineer – Professional — Question 185

A company grants external users access to its AWS account by creating an IAM user for each external user. A DevOps engineer must implement a solution to revoke access from IAM users that have not accessed the account in 90 days.

Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

Option A is the correct choice because it directly utilizes AWS Config to monitor IAM user activity and automate the revocation of unused credentials after 90 days of inactivity. The other options either do not directly revoke access or rely on different mechanisms that do not specifically address the requirement of revoking access based on user inactivity.