aws-inventory
aws-inventory copied to clipboard
Python script for AWS resources inventory (cheaper than AWS Config)
Thanks for this project. I like the direction its heading. I was able to get it running, it hung for me the first run, but after I started running it...
fix #50 hello @janiko71 In the first commit I fixed by creating an exception for sqs into the get_inventory_detail() function. Then, I noticed it should be possible to handle this...
Hello, Output for sqs queues is always empty whereas other services work fine (s3, ec2, rds..) and obviously there also have sqs queues on the aws account I test. Running...
Not sure how we can make use of the NextToken parameter to get the full list, but not part of it
Hi, is there any reason why kms is in iam.py rather than its own module? elb, elbv2 in networking rather than compute? I'm also trying to add IAM inventory, managed...
Returns an (incorrrect) empty list.
How can I limit the scan to a specific region ? I’ve edited the aws-regions.json configuration to the us-east-1 region alone. However when I run a scan for s3 buckets...
Add docker support https://hub.docker.com/r/vagnerd/aws-inventory
Hi, I'm planning to use it as a lambda, and save the inventory to a s3 bucket. S3_INVENTORY_BUCKET looks like a variable to define an output s3 bucket adress, but...