0Pricing
AWS Security Academy · Lesson

How SCPs Combine with IAM Permissions

See why an SCP can deny but never grant on its own.

Two Layers of Control

Access in an organization is governed by two layers: the SCP ceiling set by AWS Organizations and the IAM permissions granted within the account. Understanding how they combine is one of the most testable ideas in the governance domain, because the outcome depends on both agreeing.

The Effective-Permission Rule

The rule is simple but strict: an action is allowed only if it is permitted by both the applicable SCPs and the account's IAM policies. The effective permission is the intersection. An SCP without a matching IAM allow grants nothing; an IAM allow blocked by an SCP grants nothing.

All lessons in this course

  1. What a Permission Boundary Limits
  2. Delegating Role Creation Safely
  3. Organizations, OUs, and SCP Strategy
  4. How SCPs Combine with IAM Permissions
← Back to AWS Security Academy