stacker_blueprints
stacker_blueprints copied to clipboard
Add support for creating an IAM role
This adds stacker_blueprints.iam_roles.IAMRole, which creates an IAM
Role, accepting a list of principals allowed to assume the role, and
attached policies. It's expected that this would be used with an
existing user and policy.
@russellballestrini This should be ready to look at.