Study SCS-C03 IAM for policy evaluation, federation, cross-account access, and permission boundaries.
IAM is the heaviest SCS-C03 domain because identity failures break everything else. AWS is not only testing whether you recognize IAM terms. It is testing whether you can separate authentication from authorization, temporary credentials from long-term credentials, and identity policy from trust, boundary, session, SCP, and resource-policy behavior.
As of May 11, 2026, the current AWS Documentation exam guide splits this domain into two tasks:
That is a useful exam habit by itself. If a question is really about who can sign in or obtain credentials, it is usually an authentication problem. If it is about what that principal is allowed to do after sign-in, it is usually an authorization problem.
AWS currently weights this domain at 20% of scored content, making IAM the single largest SCS-C03 area.
Start with 4.1 Authentication Strategies to lock down federation, IAM Identity Center, STS, temporary credentials, Cognito, and sign-in troubleshooting.
Then move to 4.2 Authorization Strategies to handle IAM policies, resource policies, trust policies, SCPs, permission boundaries, session policies, ABAC, and Access Analyzer.
| If the scenario is really about… | Go first to… |
|---|---|
| workforce SSO, external IdPs, MFA, Cognito, STS, presigned URLs, or “why can’t they authenticate?” | 4.1 Authentication Strategies |
| cross-account access, explicit deny, permission boundaries, ABAC, resource policies, or “why was this action allowed or blocked?” | 4.2 Authorization Strategies |
Allow statement and ignoring SCPs, permission boundaries, session policies, or resource policiesRevisit this chapter when: