Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/z0ph/aa-policy-validator

Validate all your Customer IAM Policies against AWS Access Analyzer - Policy Validation
https://github.com/z0ph/aa-policy-validator

access-analyzer aws iam infosec least-privilege policies

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# :white_check_mark: Access Analyzer - Batch Policy Validator

This script will analyze using [AWS Access Analyzer - Policy Validation](https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-policy-checks.html) all your account customer managed IAM policies.

## Usage

> ProTip :bulb: : 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](./assets/screenshot.png)