Skip to content

Use Boto to create spreadsheet of specific AWS resources

Notifications You must be signed in to change notification settings

tsaxon13/aws_inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws_inventory script

Needed something quick and painless to create a spreadsheet with list of types of AWS resources with relevent information to do some inventory work. This will get a list of profiles that are set up and allow the ones to be scanned to be selected.

Tested and used with Python 3.

Basic Usage

  1. Set up python virtual environment (Recommended)
    python3 -m venv .venv
    source .venv/bin/activate
  2. Install required python libraries
    pip install -r requirements.txt
  3. Run python inventory.py and answer necessary questions.

About

Use Boto to create spreadsheet of specific AWS resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages