Skip to main content

04. AWS IAM Identity Center (Successor to AWS Single Sign-On)

AWS IAM Identity Center (formerly AWS Single Sign-On) provides a centralized access management solution that enables users to sign in once and access:

  • Multiple AWS accounts in an AWS Organization
  • Business cloud applications (e.g., Salesforce, Box)
  • SAML 2.0–enabled applications
  • EC2 Windows instances
FeatureDescription
Single Sign-On (SSO)One login provides access to multiple AWS accounts and applications.
Centralized User ManagementManage users and their permissions in one place instead of per account.
Access PortalUsers log in via a single portal URL to access their assigned AWS accounts and apps.
Permission SetsDefine and apply permission sets to control user access levels across accounts.
Session FederationWorks with external identity providers to federate authentication.

🧱 Identity Sources​

Source TypeDescription
Built-in Identity StoreStore and manage users directly in IAM Identity Center.
External Identity Provider (IdP)Integrate with Microsoft Active Directory, Okta, OneLogin, or other SAML 2.0 providers.

🧭 Exam Tip​

Whenever a question mentions:

  • One login across multiple AWS accounts, or
  • Centralized access for AWS accounts and business applications,

➑️ The correct answer is AWS IAM Identity Center.

πŸ” Example Scenario​

  1. A user logs in once to the IAM Identity Center portal using their credentials.
  2. They see a list of AWS accounts they can access.
  3. By clicking Management Console for any account, they are signed in automatically β€” no additional passwords required.

This eliminates the need to manage separate IAM users in each AWS account.

🧠 Summary​

ConceptDescription
PurposeCentralized login and access management for multiple AWS accounts and apps.
ReplacesAWS Single Sign-On (SSO).
SupportsAWS Organizations, AD, SAML 2.0, and external IdPs.
Portal AccessOne URL β†’ all authorized resources.

πŸ“˜ In short:
AWS IAM Identity Center = One login, centralized user + access management, across AWS and third-party apps.