SCS-C03 Incident Response Practice Question
During a security incident involving suspected data exfiltration from an S3 bucket, which THREE sources provide the most relevant telemetry to determine what files were accessed?
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
✓
CloudTrail Data Events
Determining S3 data access requires combining different logging layers. S3 Server Access Logs provide basic request data, while CloudTrail Data Events provide granular information about specific object-level API calls. VPC Flow Logs are essential if the access was routed through a VPC endpoint. Using these three sources allows the investigator to correlate network traffic with specific identity-based API requests, providing a comprehensive view of the exfiltration activity.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
CloudTrail Data Events
Why this is correct
CloudTrail Data Events capture object-level API operations like GetObject, PutObject, and DeleteObject. These logs are crucial for identifying exactly which files were accessed or modified by an attacker, as standard management events do not track data-plane operations for S3 buckets.
- ✓
VPC Flow Logs
Why this is correct
If the S3 access occurred through a VPC Interface Endpoint, VPC Flow Logs provide evidence of the network connection between the EC2 instance and the S3 service. This helps verify the volume of data transferred and the network path taken by the exfiltrated objects.
- ✗
AWS WAF Logs
Why it's wrong here
AWS WAF logs monitor traffic for web applications (HTTP/HTTPS) and are typically not involved in direct S3 bucket API calls unless the request is proxied through a web server. They would not provide visibility into direct S3 API requests made by IAM roles or users.
- ✓
S3 Server Access Logs
Why this is correct
S3 Server Access Logs provide detailed records for requests made to a bucket. They are a valuable supplement to CloudTrail, as they include fields like remote IP, request time, and HTTP status codes, helping to distinguish between successful and failed access attempts during an exfiltration event.
- ✗
AWS Trusted Advisor reports
Why it's wrong here
Trusted Advisor provides recommendations on optimization and security posture, such as identifying public buckets or open ports. It does not provide real-time logs or forensic data regarding specific object access or data transfer activity, making it irrelevant for tracking an active data exfiltration incident.
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
Courseiva writes every SCS-C03 question from scratch — 99 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. 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.