You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is strange since you can create new instances and associate an IAM profile with them by name, and if you want to lookup an IAM profile directly you can actually onlydo it by name. (Related: #768)
Can we have Instance.iam_instance_profile include the profile name in the set of attributes?
The text was updated successfully, but these errors were encountered:
This is something that would need to be exposed upstream in the service in order for us to pick the functionality up. I would suggest sending a feature request to the forums: https://forums.aws.amazon.com/forum.jspa?forumID=76 for this.
Instance.iam_instance_profile reports the profile ARN and ID, but not the name.
This is strange since you can create new instances and associate an IAM profile with them by name, and if you want to lookup an IAM profile directly you can actually only do it by name. (Related: #768)
Can we have
Instance.iam_instance_profile
include the profile name in the set of attributes?The text was updated successfully, but these errors were encountered: