SAP-C02 Practice Question: Design Solutions for Organizational Complexity
A company uses AWS Organizations with a single OU for all accounts. The security team wants to prevent any account from leaving the organization without approval. What should they do?
⚠ Common exam trap
Many candidates confuse IAM policies with SCPs, thinking IAM can restrict root user actions, or they choose detective controls (Config or CloudTrail) instead of the preventive SCP that actually blocks the action.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Apply an SCP that denies the organizations:LeaveOrganization action.
A Service Control Policy (SCP) applied at the root or OU level in AWS Organizations can explicitly deny the `organizations:LeaveOrganization` action for all member accounts. SCPs are the only mechanism that can centrally restrict what actions accounts can perform, including leaving the organization, regardless of the permissions granted by IAM policies within those accounts.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Configure IAM policies on the root user of each account to deny leave actions.
Why it's wrong here
Root user has full access; IAM policies don't apply to root.
- ✗
Create an AWS Config rule to detect leave attempts.
Why it's wrong here
Config is detective, not preventive.
- ✗
Enable AWS CloudTrail to monitor leave events and send alerts.
Why it's wrong here
Monitoring does not prevent.
- ✓
Apply an SCP that denies the organizations:LeaveOrganization action.
Why this is correct
SCP can deny the action across all accounts.
Go deeper
Related to this question
About these practice questions
This SAP-C02 question is part of Courseiva's 1,660-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This SAP-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SAP-C02 exam.