janiko71

Results 15 comments of janiko71

Hi, thank you for your comment. I understand your point, but adding a timeout can be a bit tricky even if the script supports restarts. However, I will take a...

Hi Romain, Writing into a bucket is not difficult, but I didn't add the code yet because it's not very useful here. I develop: this script is not intended to...

Hi Dawid, no confusion here, I'm just trying to have the same logic than AWS console, but things may have changed since the first version of this tool. For KMS,...

Hi, thank you for your comment. Unfortunately, .json are not easy to read, personnally I'm using some beautifier (https://codebeautify.org/jsonviewer). I began to write a python to graphically view this inventory,...

Hi, thank you for this interesting pull request. Unfortunately I'm not able to test it right now, but I will add it. Maybe I will add a new branch (like...

Interesting addition, I never tested the pagination. I'm a bit busy now, but I'd like to look at your solution more deeply.

Hi, S3 is one of the lone services that are not "regionalized". As `aws-inventory` uses AWS standard APIs, there's no way to request buckets region by region: the API returns...

Hi, To use this program, you need to have AWS CLI installed. See here: https://aws.amazon.com/cli/. Then you need to configure AWS CLI, with a special AWS account with minimal rights...

Hi, I've added a 'regions' paramater in the DEV branch (`git clone -b dev ...` to get it). To keep a coherent python syntax, it can be a single region...

Hi all, I tried an install on a armhf server today, with the `master` branch, and I got the libpcre error seen here. I tried to install all libpcre packages...