By default the plugin will only list one instance of a group of instances if their EC2 name tag is the same.
To work around this I have had to set this as the mapping parameter:
tags.selector=tags/Rundeck-Tags,tags/Name;nodename.selector=instanceId;username.default=rundeck;hostname.selector=privateIpAddress
However it results in the Nodes list being harder to navigate unless you use the tags to filter (as you just have a list of ec2 instance IDs).
By default the plugin will only list one instance of a group of instances if their EC2 name tag is the same.
To work around this I have had to set this as the mapping parameter:
However it results in the Nodes list being harder to navigate unless you use the tags to filter (as you just have a list of ec2 instance IDs).