-
Notifications
You must be signed in to change notification settings - Fork 26
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
Is there a way to specify an AWS IAM role when using awsfab ec2_launch_instance? #10
Comments
This is not possible at this time, but it is a great idea. Would love this feature myself, but I do not have the time to implement it right now. This should only require a fairly straight forward patch of |
Thanks for the quick response. I would love to be able to patch awsfabrictasks, but currently i'm just starting out in the world of Python and i don't feel competent / confident enough to even attempt it yet. I will have to work around this for now and hope that i can add this feature or someone else does in future. |
Very understandable. I reopened this issue, because I think we should implement it. |
Has anyone made any progress on adding functionality to allow IAM role to be specified when using ec2_launch_instance? |
This would be really nice to have. Any idea when it will be available? |
I do not have the time to implement it at this time, but if someone else has the time to implement this, I will review the patch and release a new version (assuming the patch is usable and somewhat cleanly implemented). |
I'm loving this python library, but there is one issue... Is it possible to specify an IAM role when launching an EC2 instance? Is there a way to specify this in the EC2_LAUNCH_CONFIGS?
The text was updated successfully, but these errors were encountered: