-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
provider/aws: IAM Instance Profile Waiter #4235
Conversation
@catsby / @phinze / @jen20 I'd like your input on this. Basically I could have added the waiter after the initial create and before the roles. But I think that pushing it until the end of the Create (after roles are set) make it more useful Thoughts? This should help stop hacks on IAM profiles using null_provisioners |
I'm initially hesitant on using the SDK waiters as is, simply because at time of writing they offer no hook for any logging. Any resources that take considerable time (like RDS) just appear to hang while waiting... For IAM though, it's probably barely noticeable. I'll check this out but at first glance it looks good. I did post a question in 4230 though. There is code in |
I would say no. Let's not include any of the waiters yet. You pointed out Let's close this for now
|
@stack72 thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
May fix #4230: Adding the aws-go-sdk Waiter for IAM Instance Profile