readme.md in aws_recon-0.2.5 vs readme.md in aws_recon-0.2.6

- old
+ new

@@ -28,18 +28,18 @@ Install the gem: ``` $ gem install aws_recon -Fetching aws_recon-0.2.2.gem +Fetching aws_recon-0.2.6.gem Fetching aws-sdk-resources-3.76.0.gem Fetching aws-sdk-3.0.1.gem Fetching parallel-1.19.2.gem ... Successfully installed aws-sdk-3.0.1 Successfully installed parallel-1.19.2 -Successfully installed aws_recon-0.2.2 +Successfully installed aws_recon-0.2.6 ``` Or add it to your Gemfile using `bundle`: ``` @@ -133,21 +133,22 @@ Most users will want to limit collection to relevant services and regions. Running without any options will attempt to collect all resources from all 16 regular regions. ``` $ aws_recon -h -AWS Recon - AWS Inventory Collector +AWS Recon - AWS Inventory Collector (0.2.6) Usage: aws_recon [options] -r, --regions [REGIONS] Regions to scan, separated by comma (default: all) -n, --not-regions [REGIONS] Regions to skip, separated by comma (default: none) -s, --services [SERVICES] Services to scan, separated by comma (default: all) -x, --not-services [SERVICES] Services to skip, separated by comma (default: none) -c, --config [CONFIG] Specify config file for services & regions (e.g. config.yaml) -o, --output [OUTPUT] Specify output file (default: output.json) -f, --format [FORMAT] Specify output format (default: aws) -t, --threads [THREADS] Specify max threads (default: 8, max: 128) + -u, --user-data Collect EC2 instance user data (default: false) -z, --skip-slow Skip slow operations (default: false) -j, --stream-output Stream JSON lines to stdout (default: false) -v, --verbose Output client progress and current operation -d, --debug Output debug with wire trace info -h, --help Print this help information @@ -191,9 +192,10 @@ - [x] ECS - [x] EFS - [x] ELB - [x] EKS - [x] Elasticsearch +- [x] ElastiCache - [x] Firehose - [ ] FMS - [ ] Glacier - [x] IAM - [x] KMS