aws-inventory
aws-inventory copied to clipboard
aws inventory tool
Currently the RDS inventory throws an error. It can't be rendered because the vpc_name and security_group fields are returning a list. Joining these into a single string seems to do...
Here's the stack-trace: ``` C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/aws-sdk-core-3.25.0/lib/seahorse/client/plugins/raise_response_errors.rb:15:in `call': Services cannot be empty. (Aws::ECS::Errors::InvalidParameterException) from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/aws-sdk-core-3.25.0/lib/aws-sdk-core/plugins/jsonvalue_converter.rb:20:in `call' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/aws-sdk-core-3.25.0/lib/aws-sdk-core/plugins/idempotency_token.rb:17:in `call' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/aws-sdk-core-3.25.0/lib/aws-sdk-core/plugins/param_converter.rb:24:in `call' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/aws-sdk-core-3.25.0/lib/aws-sdk-core/plugins/response_paging.rb:10:in `call' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/aws-sdk-core-3.25.0/lib/seahorse/client/plugins/response_target.rb:23:in `call' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/aws-sdk-core-3.25.0/lib/seahorse/client/request.rb:70:in `send_request' from...
I am getting `undefined method `success?' for nil:NilClass` while installing on CentOS 7 with ruby 2.2.2 I have build essentials installed as well.
Here's the stack trace: ``` C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/aws-inventory-0.4.3/lib/aws_inventory/base.rb:23:in `sort_by': comparison of NilClass with String failed (ArgumentError) from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/aws-inventory-0.4.3/lib/aws_inventory/base.rb:23:in `sort' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/aws-inventory-0.4.3/lib/aws_inventory/base.rb:16:in `report' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/aws-inventory-0.4.3/lib/aws_inventory/rds.rb:8:in `report' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/aws-inventory-0.4.3/lib/aws_inventory/cli.rb:35:in `rds' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/thor-0.20.0/lib/thor/command.rb:27:in `run' from...