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
Change IAMUser to IAMUsers, with type CommaDelimitedList
Change ManagedAccount to ManagedAccounts, with type CommaDelimitedList
Change addUserToGroup to add each user defined in IAMUsers to the Group.
Change MacGroup PolicyDocument to add one Policy Statement Resource for each Managed Account
If this can not be done in native CFT, then create a Lambda Job to take the IAMUsers, and ManagedAccounts as payload, and return the proper CFT syntax that can be substituted in.
The text was updated successfully, but these errors were encountered:
danbryan
changed the title
Create CloudFormation template to configure IAM.
Modify CFT to allow for Multiple IAMUsers and Multiple ManagedAccounts
Sep 8, 2018
IAMAccount.template
If this can not be done in native CFT, then create a Lambda Job to take the IAMUsers, and ManagedAccounts as payload, and return the proper CFT syntax that can be substituted in.
The text was updated successfully, but these errors were encountered: