Home

Awesome

AWS Inventory

This is a brand new version, completely rebuilt from scratch (again) in nov. 2024. It may be quicker and a bit simpler to maintain, but the inventory may have sometimes less details than the previous one.

Overview

Did your never forget to stop an EC2 instance? Or to delete some unusued AWS resource? I'm sure you did. And only remembering it when getting the bill. I know, AWS Config may help you, but did you ever try? It's prohibitive! This python script lists all the main resources owned within your AWS account. This inventory may be uncomplete, but it should help you to find what I call main resources that are, in my mind, resources that should affect billing and/or security.

Intended for personal and non-professional use (even if I added some professional features like logging), and for only one account. For more information on multiple accounts, read the wiki. This script provides a comprehensive inventory of AWS services used within a single account across all available regions. It leverages multithreading to perform inventory operations concurrently, ensuring efficient and timely data collection.

Support Me

This project is donateware. If you like my work, consider supporting me via GitHub Sponsors!

Sponsor

Main features

The script functionally processes AWS service inventory with detailed logging, multi-threading, and customizable options via command-line arguments.

Getting Started

Prerequisites

Usage

Please see wiki.

How to contribute?

Testing

TESTERS WANTED! If you test this code, please send me feedback: I can't test every configuration (especially when there are a lot of items in inventories), so either if it works or not, let me know what is fine and what needs to be corrected (use issues).

Writing some stuff

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the terms of the GNU General Public License v3.0. See the LICENSE file for details.