rundeck-plugins / rundeck-ec2-nodes-plugin

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

adding image name to instance attributes #99

Closed ltamaster closed 5 years ago

ltamaster commented 5 years ago
gschueler commented 5 years ago

i think you should separate these two changes into two prs (fixing the onlyRunning tag, vs imageName).

for the imageName: perhaps there's no need to make the describeImages request if the mapping doesn't include the imageName, correct?

ltamaster commented 5 years ago

@gschueler I added what you mentioned