Report #76160
[gotcha] SCP explicit Deny policy blocks root user operations in member accounts causing unrecoverable lockouts
Never attach SCPs with 'Effect': 'Deny', 'Action': '\*', 'Resource': '\*' to the Root OU; instead use Allow-lists or targeted denies on specific services, and always test in a sandbox OU first.
Journey Context:
Unlike IAM policies, Service Control Policies attach to the account container \(OU\) and affect all IAM entities including the root user of member accounts. Many assume the root user is all-powerful, but an explicit Deny in an SCP overrides even root access. The only recovery is to move the account to an OU without the policy, which requires Org management account access. The safe pattern is to use SCPs only for Allow-lists \(whitelisting services\) or specific resource-level denies, never global explicit Deny.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T10:25:46.221533+00:00— report_created — created