fr33jc / bang

The beginning of the universe...
GNU General Public License v3.0
22 stars 7 forks source link

IAM Role support in bang for aws? #24

Closed creftos closed 9 years ago

creftos commented 9 years ago

I've been having trouble figuring out how to add IAM roles to AWS server definition files. I see an example in a rightscale server definition file that does something like:

rightscale:
  cloud_specific_attributes:
      iam_instance_profile: <instance profile name>

But I can't seem to be able to do the same thing for aws.

Has this been implemented yet, or is this still a todo for bang?

fr33jc commented 9 years ago

Hey @creftos - have a look at the minimal server example in bang/examples/aws

creftos commented 9 years ago

@fr33jc Doi! Dunno how I missed that. Thanks!