2 Answers
- Newest
- Most votes
- Most comments
1
A login profile is required for console access, so any IAM user with a login profile has access to the console.
So, using the CLI or API that fits your use case:
- list-users
- for each user
- get-login-profile --user-name <user>
- If no login profile then they do not have console access.
answered 3 years ago
0
You can find this information in a Credentials Report. See: Getting credential reports for your AWS account. You will need to parse the report but the data you are looking for is in there.
Relevant content
- asked 5 months ago
- asked 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 7 months ago