For evaluating AWS IAM role permissions
- Python 3.10+
- Poetry
# start virtualenv
poetry shell
# install dependencies
poetry install
# 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
make test