# Day 17 : Create IAM Group

Hello welcome back to Day 17. Today we will learn how to create IAM group in AWS Management console. In this lab you need to create IAM group with a name like **iamgroup\_john.**

### What is IAM Group?

In **AWS IAM (Identity and Access Management)**, an **IAM Group** is a *collection of IAM users*. It lets you manage permissions for multiple users at once, instead of assigning policies to each user individually.

### **Why IAM Groups Are Useful**

* **Centralized permission management**  
    Assign a policy to the group, and all users automatically inherit the same permissions.
    
* **Easy onboarding/offboarding**  
    Add a user to a group → instantly gets all group permissions.  
    Remove a user → loses those permissions.
    
* **Follows best-practice (least privilege)**  
    You can create groups based on job roles (e.g., DevOps, Developers, Finance).
    

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1765354123608/9fb58ba8-78aa-409c-85f4-0cf133aa3a4e.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1765354152945/c5b5a5d4-d9f8-4e84-8b10-59b5b329c090.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1765354172710/35a98cea-26f7-49a2-86e8-95d64bb28088.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1765354214886/b5cce18c-804d-42c1-85cf-ac3569db838f.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1765354243288/1134e65b-4e0f-4b99-aa4d-192a25ab92a0.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1765354259141/b0047ee7-b738-4818-b71e-9a979881b1e8.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1765354301284/7063c3cf-7d49-4b90-80c4-d9b287a7aca6.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1765354323847/f4b260d9-0f56-4804-a6ca-0d065ce2243b.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1765354377116/375f63d5-ae2a-48e3-b98b-90ea8a34e650.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1765354391721/9311a252-839d-4204-98a8-fb8c30ed539b.png align="center")

Congratulations you did it. It looks good. This lab was successfully completed without any errors. See you in day 18. If you have any issues please let me know I will be happy to assist you. Stay tuned and learn together. If you find my article useful, please kindly like and share it.
