What are IAM Groups in AWS?
An IAM group is a collection of IAM users.
It is a way to assign permissions/policies to multiple users at once.
Use Groups to specify permissions for a collection of users, which can make those permissions easier to manage for those users.
e.g. ...
devopswala.hashnode.dev1 min read