Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-gadgets

Static Badge

This is my ground dump for my gadgets to speed up troubleshooting on AWS.

Gadgets

  • activity.py
    • This script collects activities for a specific AIM User / Role for granted and denied permissions.
    • The value of this information is to appropriately grant only the bare minimum permissions and revoke the unnecessary ones.
      • Dependencies: boto3 and tabulate (both required); install with pip install boto3 tabulate

Usage:

python3 activity.py <username/role_arn> <hours>

Example:

python3 activity.py AppUser 3
python3 activity.py arn:aws:iam::accountId:role/roleName 24

Output:

Output_No_Events

Output_No_Events

Show related ARNs or hit Ender to exit:

Output_No_Events

Notes

Feel free to report bugs, suggest features, and contribute to the code.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages