andersondario / aws-scanner

An application built in Python to get all AWS resources and generate a xls/spreadsheet report.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Scanner

Requirements

  • AWS Account with AWS Config resource enabled.

Instructions

  1. Install dependencies
    pip install requirements.txt
    
  2. Create a file named ".env.yaml" following the ".env.example.yaml".
  3. Replace the values with access key, secret key and session key (for SSO accounts).
  4. Verify and change the AWS Config query in order to meet your requirements.
  5. Run.
    python3 scanner.py
    

Todo

  • Filter option.
  • File name as parameter.

About

An application built in Python to get all AWS resources and generate a xls/spreadsheet report.


Languages

Language:Python 100.0%