Here are the two new AWS IAM API calls:
- generate_service_last_accessed_details
- get_service_last_accessed_details
These two calls can produce insights into the activities of users or roles within your AWS setup.
python lah.py --arn ROLE_OR_USER_ARN --service iam
python lah.py --arn ROLE_OR_USER_ARN
python lah.py --arn ROLE_OR_USER_ARN --granularity SERVICE_LEVEL
Adding the following
- Scope the report to a time period to support removing actions from a role.