rundeck-plugins / rundeck-ec2-nodes-plugin

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

Make AWS access key and secret optional, and use IAM profile instead #20

Closed boosh closed 9 years ago

boosh commented 9 years ago

It would be great if this plugin was updated to make supplying an AWS access key and secret optional, and if they aren't present to automatically use an associated IAM role if present instead.

See how boto works if it's not clear what I mean - it probably just requires updating the AWS SDK I expect.

Tokynet commented 9 years ago

IAM role FTW!

gschueler commented 9 years ago

+1

gschueler commented 9 years ago

fyi: i've done this in the s3 storage plugin, it is pretty simple, so should be an easy fix when i get a chance

boosh commented 9 years ago

Thanks!

Rajpandi commented 9 years ago

Hi gschueler, Why we r using ec2 plugins in Rundeck? could you please explain? this will help me for knowledge :)