|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I've identified that this happens when using the eu-west-1 region, because the describeInstances API does not return results when used with the group-name filter. The same behaviour has been observed at https://github.com/aws/aws-sdk-java/issues/213 and I have opened a discussion on the AWS forum.
Per the EC2 API docs the instance.group-name filter is functionally identical, and I have found that this query does produce expected results in eu-west-1 and elsewhere.
I've submitted a 1-line pull request to switch to the instance.group-name filter at https://github.com/jenkinsci/ec2-plugin/pull/99 which I think will resolve this issue ahead of any response/resolution by the AWS team.