Skip to content

Exports actions, resources, and condition keys for AWS services & CLIv2 actions per service

Notifications You must be signed in to change notification settings

dundunndone/aws-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AWS Actions Export

aws-actions-export.py

  • Exports list of AWS actions, resources, and condition keys per service. Import HTML file into Excel for additional filtering.

Benefits

These scripts provide a number of benefits to help reduce security risks within IAM policies.

  • Find supported Resources per Action.
  • Find Dependent Actions where privilege escalation could occur.
  • List documented Actions dependent on iam:PassRole. (76 so far)

Results are subject to updates made by AWS to the Service Authorization Reference docs. Not all services, actions, and supporting information will be listed.

AWS CLI Export

cli-export.py

  • Exports list of all AWS CLI vervion 2 actions per service.
  • Additional work can be done to pull supported switches.

Pre-reqs

  • Run pip3 install -r requirements.txt to install bs4 and requests

About

Exports actions, resources, and condition keys for AWS services & CLIv2 actions per service

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages