IAM-Create a policy to place the user in a group only.

 Policy

  1. 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



6) Enter policy name --> click on create policy




Comments

Popular posts from this blog

IAM-Create a policy to deny the access of Specific bucket.