Skip to content

A more user friendly CLI for AWS' IAM policy simulator + support for simulating resource-based policies

Notifications You must be signed in to change notification settings

choww/iam-policy-evaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IAM Policy Evaluator

For evaluating AWS IAM role permissions

Requirements

Set up

# start virtualenv
poetry shell

# install dependencies
poetry install

Usage

# create a copy of the example yaml config and update values accordingly
cp config.yaml.example config.yaml

# specify the AWS credentials to use for this tool
export AWS_PROFILE=<PROFILE-NAME>

make run

Testing

make test

About

A more user friendly CLI for AWS' IAM policy simulator + support for simulating resource-based policies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published