AWS CodeCommit Create IAM Group - gecko-8/devwiki GitHub Wiki

Up

Create the Group

  1. Log into the AWS console with either the root account or an account with full IAM access.
  2. Navigate to the IAM page.
  3. Click on Groups in the left nav.
  4. Click the Create New Group button.
  5. Enter the group name (e.g. Developers or CodeAccess).
  6. Click Next Step.
  7. In the Search box, enter CodeCommit.
  8. Add a check next to AWSCodeCommitFullAccess or AWSCodeCommitPowerUser.
    NOTE: AWSCodeCommitFullAccess allows user to do everything to do with CodeCommit including adding and deleting repositories. AWSCodeCommitPowerUser allows them to do everthing except adding and deleting repositories.
  9. Click Next Step.
  10. Click Create Group.

Add a User to the Group

  1. In the IAM Groups list, click on the group you wish to add a user to.
  2. On the Users tab, click the Add Users to Group button.
  3. Find the user in the list.
  4. Add a check in the box next to the user name.
    NOTE: You can add multiple users here as well.
  5. Click Add Users.