IAM Group
An IAM Group in AWS is a collection of IAM users. Users in a group inherit the permissions that are assigned to the group, providing a convenient way to manage access controls. Whether you are managing access to EC2 instances, S3 buckets, or any other AWS resources, IAM Groups allow you to manage user permissions more efficiently. For more detailed information on IAM Groups, please refer to the official AWS documentation.
Terraform Mappings:
aws_iam_group.arn
Supported Methods​
GET
: Get a group by nameLIST
: List all IAM groupsSEARCH
: Search for a group by ARN