Attach an IAM user to a group.
Section: IAM Users and Groups
Add user to group
bash
bash
aws iam add-user-to-group --user-name deploy-bot --group-name DevelopersExplanation
Adds inherited permissions from the group to the user.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing IAM Users and Groups