SAP-C02 Practice Question: Design Solutions for Organizational Complexity
A company is designing a multi-account strategy using AWS Organizations. They want to enforce that no one can disable AWS CloudTrail in any account. Which TWO methods can achieve this?
⚠ Common exam trap
Candidates often confuse IAM permissions boundaries or Trusted Advisor alerts as preventive controls, but only SCPs provide a true preventive guardrail that cannot be overridden by account administrators.
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
✓
Attach a Service Control Policy (SCP) that denies disabling or deleting CloudTrail.
A Service Control Policy (SCP) is a centralized policy in AWS Organizations that can deny specific actions across all accounts in the organization. By attaching an SCP that denies the `cloudtrail:StopLogging`, `cloudtrail:DeleteTrail`, and `cloudtrail:UpdateTrail` actions, you can prevent any user or role, including the root user, from disabling or deleting CloudTrail, ensuring compliance with the multi-account strategy.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Use AWS Trusted Advisor to alert when CloudTrail is disabled.
Why it's wrong here
Alerts do not prevent disabling.
- ✓
Attach a Service Control Policy (SCP) that denies disabling or deleting CloudTrail.
Why this is correct
SCPs can prevent disabling actions at the organizational level.
- ✗
Use AWS Shield Advanced to protect CloudTrail.
Why it's wrong here
Shield is for DDoS protection.
- ✓
Use AWS Config rules with auto-remediation to re-enable CloudTrail if disabled.
Why this is correct
Config can detect and automatically re-enable.
- ✗
Use IAM permissions boundaries to restrict user permissions.
Why it's wrong here
Permissions boundaries do not apply to the root user.
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.