Note - this is just the first part mentioned in the JIRA - adding the filter support in the first place. I need to figure out how to do the rest - translating NodeMetadata Predicates into EC2 instance filters, which...well, it'll be a bit of a pain, but oh my will it be useful. You can merge this Pull Request by running:
git pull https://github.com/abayer/jclouds-1 jclouds-361 Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds/pull/194 -- Commit Summary -- * JCLOUDS-361. Add support for filter parameters to DescribeInstances for aws-ec2 -- File Changes -- M providers/aws-ec2/src/main/java/org/jclouds/aws/ec2/features/AWSInstanceApi.java (38) A providers/aws-ec2/src/test/java/org/jclouds/aws/ec2/features/AWSInstanceApiExpectTest.java (88) M providers/aws-ec2/src/test/java/org/jclouds/aws/ec2/features/AWSInstanceApiLiveTest.java (28) -- Patch Links -- https://github.com/jclouds/jclouds/pull/194.patch https://github.com/jclouds/jclouds/pull/194.diff
