bitsandsalsa

Results 8 comments of bitsandsalsa

@t-rojan those sound like awesome improvements! Create a pull request if you are still interested.

Currently, the tool ignores APIs that require args. That specific API `list-resource-record-sets` does indeed require a `hosted-zone-id` argument. This feature is on the [TODO list](https://github.com/nccgroup/aws-inventory/blob/master/TODO.md), but implementing it would require...

I think you might be hitting a limitation of the tool due to its current design of reading in a potentially (very) large data file. Aside from changing the design,...

How did you install the requirements for this tool? The recommended way as shown in the README is `pip install -r requirements.txt`. That should install all dependencies. You can quickly...

Given your report, it's hard to say what the issue is. My guess is you had a very narrow filter set on the commandline that reduced the amount of resources...

See #14. There is a fork addressing your issue, but the pull request hasn't come in yet.

Regarding the "Finished" button. It should begin as "Start", then change (to the state you are referring to) after completion of all work. You can close this like a regular...

You are right to view in the `index.html` file. By default, it will be at `gui/aws_inventory_data-$profile.json` where $profile is replaced with your AWS profile name. You can also specify the...