rundeck-plugins / rundeck-ec2-nodes-plugin

Get resource node data from Amazon EC2
85 stars 45 forks source link

EC2 filter doesn't work with multiple values #79

Open doradojl opened 6 years ago

doradojl commented 6 years ago

AWS allows to filter using multiple values, but Rundeck, instead of parsing them, use them as unique string

aws ec2 describe-instances --region us-east-1 -"Name=instance-state-code,Values=0,16,32,64,80"

sdot257 commented 6 years ago

I just hit this issue today.