z0ph / aa-policy-validator

Validate all your Customer IAM Policies against AWS Access Analyzer - Policy Validation

Home Page:https://zoph.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✅ Access Analyzer - Batch Policy Validator

This script will analyze using AWS Access Analyzer - Policy Validation all your account customer managed IAM policies.

Usage

ProTip 💡 : Use AWS CloudShell to run this directly on your AWS Account

Install

    $ python3 -m pip install aa-policy-validator --user

Run

    $ python3 -m aa-policy-validator

Update

    $ python3 -m pip install aa-policy-validator -U --user --no-cache-dir

Results

Results will be written into /tmp/findings folder with a README.md file inside.

findings screenshot

About

Validate all your Customer IAM Policies against AWS Access Analyzer - Policy Validation

https://zoph.me

License:MIT License


Languages

Language:Python 96.8%Language:Makefile 3.2%