
Previously called AWS Single Sign-On (SSO). It gives you one login for everything — instead of logging into each AWS account or app separately, you log in once and get access to all of them.
Two options:
| Option | What it is |
|---|---|
| Built-in Identity Store | Users and groups created directly inside IAM Identity Center |
| 3rd Party | Connect your existing Active Directory (AD), Okta, OneLogin etc. |
A Permission Set is a collection of IAM policies that defines what a user can do. You create permission sets in IAM Identity Center and assign them to users or groups across accounts.
Example:
Developers (Bob and Alice)ReadOnlyAccess → assigned to Prod Account A and Prod Account BFullAccess → assigned to Dev accountsSo Bob and Alice can do everything in Dev accounts but only read in Prod accounts — all managed from one place.