Enumeration
Access Control
Who am I?
When logged in remotely using access keys
aws sts get-caller-identityFrom Cloudshell
aws iam get-user
aws iam get-account-summary
aws iam list-groups
aws iam list-roles
aws iam list-access-keysAccess Keys
To identify users from a leaked Access Key use the following command
aws sts get-access-key-info --access-key-id <key id>MFA
Users using virtual MFA (TOTP)
List of registered MFA devices
Other Users
Try to get root user from organization information (the username is the same as email for root accounts)
Groups
Roles
Policies
Last updated