Skip to content

singergs/aws_last_action_hero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

AWS Last Action Hero

AWS Last Action

Overview

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.

Running The Script

Report For One Supported Service

python lah.py --arn ROLE_OR_USER_ARN --service iam

Report For All Services Supported

python lah.py --arn ROLE_OR_USER_ARN

High Level Report For Service

python lah.py --arn ROLE_OR_USER_ARN  --granularity SERVICE_LEVEL

Whats Next

Adding the following

  • Scope the report to a time period to support removing actions from a role.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages