Console User Report

0

I need to produce a report showing which AWS Console users have been added, modified or removed during the past year. Is this possible? The report was requested by an auditor.

GlennG
已提问 2 年前191 查看次数
1 回答
1

You can use CloudTrail logs to check for the corresponding events (CreateUser, DeleteUser, etc.) and additionally use [Athena to search through the CloudTrail logs] (https://aws.amazon.com/premiumsupport/knowledge-center/athena-tables-search-cloudtrail-logs/) easier.

IAM currently only have a built-in reporting available (credential report), that lists all current users in your account and the status of their credentials.

profile picture
joahna
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则