IAM-Create a policy to place the user in a group only.
Policy
- Create a policy to place the user in a group only.
1) Create IAM user --> abc
2) Select abc user then go to
permissions
3) Click on add permissions and click
create inline policy ( or you can create policy separately and then attach to user)
4) Select a service --> service --> IAM
5) In actions allowed --> effect –
select allow
select Actions --> ListUsers, AddUserToGroup, GetUser, ListGroups, GetGroup




Comments
Post a Comment