-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iam_profile_name not being added to ec2 #54
Comments
I don't believe the iam_profile_name functionality is in a release yet but you can get it by referencing kitchen-ec2 master in your gemfile like so: gem 'kitchen-ec2', github: 'test-kitchen/kitchen-ec2'. Hope that helps. |
I was struggling with this too, but was of the belief that it had more to do with my lack of IAM profile policy crafting skillz. Thanks for this clarification ! |
Thanks @rayrod2030. Any idea when the next release will happen? |
I have no idea as I'm not a project maintainer but I'd love to see #42 hit master soon. :) |
Oh dear I just ran into this one! Thanks for the info. |
+1 |
+1 When will this make it into the release? |
+1 |
1 similar comment
+1 |
This has been added in the master branch and will be available in the next release. |
This is being used to create the instance, and it is not attaching to the instance once it is up. There needs to be something like: http://docs.aws.amazon.com/cli/latest/reference/iam/add-role-to-instance-profile.html In any case, using 0.8.0, this still does not seem to work. |
I am attempting to specify an AWS IAM role in my .kitchen.yml but when the EC2 instance is created the role it not attached to the instance which is being verified in the AWS console.
test-kitchen (1.2.1)
kitchen-ec2 (0.8.0)
Here is my .kitchen.yml
What am I missing here?
The text was updated successfully, but these errors were encountered: