SAP-C02 Practice Question: Design Solutions for Organizational Complexity
A company has a multi-account environment with AWS Organizations. The security team wants to enforce that all EC2 instances launched in any account must have a specific tag key 'CostCenter'. Which approach should be used?
⚠ Common exam trap
Test-takers frequently confuse detective controls (like AWS Config) with preventive controls (like SCPs), or assume that IAM policies in each account are sufficient for centralized enforcement, overlooking the fact that SCPs are the only mechanism that can enforce policies across all accounts in an organization without being overridden.
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
✓
Use a Service Control Policy (SCP) that denies ec2:RunInstances unless the request includes the required tag.
A Service Control Policy (SCP) applied at the AWS Organizations root or OU level can centrally deny the ec2:RunInstances action unless the request includes the required 'CostCenter' tag. This enforces the tagging requirement across all accounts in the organization without needing per-account IAM policies, and it cannot be overridden by account administrators.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Create an IAM policy in each account that requires the tag for ec2:RunInstances.
Why it's wrong here
While this could work, SCPs are more centralized and cannot be overridden by account admins.
- ✓
Use a Service Control Policy (SCP) that denies ec2:RunInstances unless the request includes the required tag.
Why this is correct
SCPs can conditionally deny actions based on tags.
- ✗
Use AWS Config rules to detect untagged instances and trigger an AWS Lambda function to tag them.
Why it's wrong here
This is reactive, not preventive.
- ✗
Configure the EC2 service to automatically add the tag to all instances.
Why it's wrong here
EC2 does not have a feature to automatically add tags on launch.
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.