SCS-C03 Incident Response Practice Question
Your company has a multi-account environment managed by AWS Organizations. A security incident reveals that a member account has been compromised. You must prevent the attacker from disabling CloudTrail or deleting logs in that account while maintaining central visibility. What is the most effective approach?
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 an Service Control Policy (SCP) to deny CloudTrail and log deletion.
Implementing an SCP at the Organizational Unit level is the most effective way to enforce security guardrails that cannot be circumvented by account administrators. By explicitly denying the ability to modify CloudTrail or S3 logging buckets, you ensure that the audit trail remains intact regardless of the level of access the attacker gains within the member account, thereby preserving forensic integrity across the enterprise environment.
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 the compromised account to deny CloudTrail deletion.
Why it's wrong here
If the attacker has administrative access, they can simply modify or delete any IAM policy you create within that account. An account-level policy does not provide sufficient protection against a compromised administrator role, as the attacker can elevate their own permissions to override or remove local security restrictions.
- ✓
Use an Service Control Policy (SCP) to deny CloudTrail and log deletion.
Why this is correct
SCPs are applied at the Organization or OU level and restrict the permissions of all principals, including administrators within member accounts. By applying an SCP that denies 'cloudtrail:StopLogging' and 's3:DeleteObject', you create a mandatory guardrail that the compromised local administrator cannot override, ensuring logs are preserved for investigation.
- ✗
Use AWS Config Rules to automatically re-enable CloudTrail if disabled.
Why it's wrong here
While AWS Config can trigger remediation, it is reactive rather than preventative. An attacker could still delete logs or stop logging for a period of time before the remediation runs, and they might also have the permissions to disable the Config recorder itself to prevent the remediation from firing.
- ✗
Enable S3 Object Lock in compliance mode for all log buckets.
Why it's wrong here
S3 Object Lock is an excellent control for data integrity, but it does not prevent the attacker from stopping the CloudTrail service or modifying the logging configuration. While it protects existing logs, the attacker could stop the delivery of new logs, resulting in a gap in the audit trail.
Quick reference
AWS S3 Storage Class Comparison
| Storage Class | Min Duration | Retrieval | Use Case |
|---|---|---|---|
| S3 Standard | None | Immediate | Frequently accessed data |
| S3 Standard-IA | 30 days | Immediate | Infrequent access, rapid retrieval |
| S3 One Zone-IA | 30 days | Immediate | Non-critical infrequent data |
| S3 Intelligent-Tiering | None | Immediate–hours | Unknown or changing access patterns |
| S3 Glacier Instant | 90 days | Milliseconds | Archive with instant retrieval |
| S3 Glacier Flexible | 90 days | Minutes–hours | Archive, flexible retrieval |
| S3 Glacier Deep Archive | 180 days | Hours | Long-term compliance archive |
About these practice questions
One of 99 original SCS-C03 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed September 2026 · checked against the official Amazon Web Services exam blueprint
This SCS-C03 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 SCS-C03 exam.