How to list all users of an IAM group

To list all the users of a particular IAM group, use the below cli command where TeamA is the name of the group.

aws iam get-group --group-name TeamA

See also  How to create a CloudFront distribution for your S3 website