Skip to main content

Manage User Accounts

Groups and Permissions

In IAM Identity Center, AWS Accounts / Permissions and Groups are managed from Terraform. If you want to make any changes to these entities, update the terraform code and apply changes.

Below are the default groups created with IAM Identity Center deployment.

GroupDescription
AdministratorAccessThis group has Administrative access to all accounts in the organization. Assign this group only to users who actually needs this level of permission
DeveloperThis group has read-only access to project accounts and read-write access to sandbox-* accounts. This group should be sufficient for most use cases
SecurityThis group is for security personnel who wants to audit the AWS accounts
BillingThis group is for finance personnel to read billing information

Add User Accounts

User accounts are created, removed and added to groups manually from IAM Identity Center console.

  1. To add a user, go to Users and click Add user.
  2. Use the Email address for Username. And fill other details and click Next.
  3. In the Groups section, select Developer and any other groups depending on the user's role in the organization.

About Developer Group

Developer group has read-only access to project accounts and read-write access to sandbox-* accounts.