Javier Collado
Javier Collado
I was able to reproduce the problem with the `awslocal` commands provided in the issue description. However, I was also able to create a security group with tags using a...
I have read the CLA Document and I hereby sign the CLA
@pinzon Thanks for the pointer to the proper test file. That has been useful. I've added a new test there that uses the same CloudFormation template that I used to...
@pinzon Thanks for the information regarding snapshots. I've updated the test case to use a snapshot. A few comments: - There were some broken links in the documentation. I've updated...
The reason the `state-age` filter doesn't work for ec2 instances in `running` state is that it relies on the `StateTransitionReason` field in the output of the `DescribeInstances` API. I've run...
A couple of comments regarding the checklist: - I believe that the wiki doesn't need to be updated. - I've updated the test cases so that they pass. However, I...