Creating IAM Group and Adding Users to it Lab Guide
- Log in to the AWS Management Console with your root account credentials.
- Navigate to the IAM console by clicking on “Services” in the top navigation bar, selecting “IAM” from the dropdown menu, and then clicking on “Groups” in the left navigation pane.
- Click on the “Create New Group” button.
- Enter a name for the group, such as “Developers” or “Administrators”, and optionally add a description.
- On the “Attach Policy” page, select the policies that you want to apply to the group and click on the “Create Group” button. You can also create a custom policy if you need to specify more granular permissions.
- The group is now created. Next, you can add IAM users to the group.
- Click on the name of the group that you want to add users to.
- On the “Users” tab, click on the “Add users to group” button.
- Select the IAM users that you want to add to the group and click on the “Add users” button.
- The selected IAM users are now added to the group and will inherit the policies that are attached to the group.