Groups
Create new Group
- Navigate to the IAM service in the AWS Management Console.
- In the IAM console, choose "Groups" from the left-hand navigation pane.
- Click on the "Create group" button.
- In the "New group" window, enter a unique name for the group.
- (Optional) Add a description for the group to provide context.
- Click on "Next: Permissions".Select the appropriate IAM policies or attach existing policies to assign permissions to the group.
- Click on "Next: Review".
- Review the group details, including permissions and tags.
- Click on "Create group".
The newly created group will appear in the list of groups.
Adding Users to a Group
- Navigate to the IAM service in the AWS Management Console.
- In the IAM console, choose "Users" from the left-hand navigation pane.
- Select the user you want to add to a group.
- Click on the "Add to group" button.
- In the "Add users to group" window, select the group you want to add the user to.
- Click on "Add users".
The user will now be a member of the selected group.