nccgroup / aws-inventory

Discover resources created in an AWS account.
Apache License 2.0
704 stars 131 forks source link

Multi-account, py3, no-tk #18

Closed t-rojan closed 4 years ago

t-rojan commented 5 years ago

Hi - This fork has the following changes;

  1. supports capturing inventory from multiple accounts at once
  2. converted to python 3
  3. removed tk, replaced with a text progress bar (and no prompts to start in the interests of #1)
  4. added option to enable/disable output formats (gui/data etc)
seren commented 4 years ago

These changes would be nice to have merged (especially py3 support now that py2 is deprecated).

ncc-erik-steringer commented 4 years ago

Sorry that we haven't been able to respond to everyone at a faster rate. I've implemented pretty much everything in this request on a separate branch, develop: https://github.com/nccgroup/aws-inventory/tree/develop . It defaults to the new "cmd" display mode, but retains the old "gui" mode.

Closing this in the meantime. Thank you for your contributions!