Multiple profiles
t-rojan opened this issue · 9 comments
I work in an organisation with MANY (100+) accounts. aws-inventory is awesome but it's too tedious to collect data from so many accounts because it has to be invoked multiple times and requires user interaction to start.
I've posted a fork that has the following changes;
- Inventory Multiple Profiles - Supports a "--regex" option that causes the "--profile" parameter to be treated as a regular expression. All profiles that match the regex will be collected.
- Removed Tk - Removed dependencies on Tk. Replaced the progress functionality with a simpler text progress bar. This also means there's no prompt to "start", which makes multiple-profiles more efficient.
- Python 3
It's here https://github.com/t-rojan/aws-inventory
If there is any interest in the above let me know, I'll create a pull.
Interested :)
Looks good, interested.
Looks good, interested.
@t-rojan those sound like awesome improvements! Create a pull request if you are still interested.
Sounds much better!
Cleaning out issues. Python 3 compat + non-GUI is complete, still need to add multi-profile support.
Hi, has this improvement been implemented yet? Happy to help if needed. Thanks :)
The argument is available from the code in the develop
branch.