AWS · L2 Authorization Model · Executive Learning Path
AWS L2 Authorization Model
Executive, mentor, and student study guide for understanding how AWS authorization decisions are made, constrained, exposed, and protected across identity, organization, resource, storage, and cryptographic layers.
Executive Overview
The AWS L2 Authorization Model explains how cloud access is actually decided. It turns six technical LABs into one clear learning path for students, interns, mentors, security engineers, CISOs, and executives.
The key lesson is simple: AWS authorization is not one policy. It is a layered decision system.
Identity policy
→ principal boundary
→ organization guardrail
→ resource policy
→ applied exposure state
→ cryptographic access control
Visual Authorization Model
This visual model shows how the six L2 labs work together.
The Six L2 LABs
These six labs form the AWS Intermediate Identity and Authorization curriculum.
Study Paths
Concept Deep Dives
Expand these concepts during mentoring, executive walkthroughs, or quick mobile study.
What is effective permission?
Effective permission is the final result after every relevant policy layer is evaluated. A single allow is not enough. The request must survive identity policy, boundaries, SCPs, resource policies, and explicit deny.
What is a guardrail?
A guardrail is a control that limits what can happen even when a local policy appears to allow it. Permission boundaries constrain principals. SCPs constrain accounts and organizational units.
Why does resource-side authorization matter?
A resource can decide who it trusts. Bucket policies, key policies, queue policies, topic policies, and role trust policies all participate in authorization.
Why does KMS change the risk conversation?
KMS controls whether encrypted data can actually be decrypted. A user may reach a storage object, snapshot, or secret, but still fail if KMS denies decrypt authority.
What should executives ask?
- Which identities can change access state?
- Which guardrails prevent excessive authority?
- Which resources trust external or broad principals?
- Which data remains protected by cryptographic controls?
- Which controls are proven by evidence instead of assumption?
Governance Boundary
This guide is a static learning artifact. It summarizes existing L2 LABs and does not create runtime authority.
Runtime = source of truth
OPA = decision authority
Aegis = bounded intelligence
Frontend = rendering only
- Does not exploit AWS
- Does not mutate infrastructure
- Does not deploy live resources
- Does not issue runtime tokens
- Does not create Shield findings
- Does not create Aegis fixtures
- Does not override OPA