cloudsplaining

AWS IAM Security Assessment tool that identifies risky permissions

brewmacoslinux
Try with needOr install directly
Source

About

AWS IAM Security Assessment tool

Commands

cloudsplaining

Examples

Scan IAM policy for security risks and generate HTML report$ cloudsplaining scan --iam-file iam-policy.json --output output.html
Create a policy template to identify dangerous permissions$ cloudsplaining create-template --output template.json
Download account IAM data and perform security assessment$ cloudsplaining download --profile myprofile && cloudsplaining scan --iam-file account-iam.json