Study SCS-C03 logging solutions for CloudTrail, Security Lake, flow logs, centralized storage, analysis, and correlation.
SCS-C03 logging questions are about collecting the right evidence in the right place with the right retention and analysis path. The exam is usually not asking whether logging should exist. It is asking which sources matter, where they should land, and how investigators will query or correlate them.
The current SCS-C03 domain page calls out six recurring logging areas:
That means good answers usually start with the question “what evidence is needed?” before “where should it be stored?”
| Requirement | Strongest first fit | Why |
|---|---|---|
| Need AWS API activity across accounts | Organization trail in CloudTrail | Central control-plane audit path |
| Need normalized, large-scale security log lake | Security Lake | Security-focused data-lake design and downstream integration |
| Need network-path visibility | VPC Flow Logs, transit gateway flow logs, Route 53 Resolver logs | Network-specific evidence, not generic application logs |
| Need application and workload logs in one queryable place | CloudWatch Logs with a central logging architecture | Operational log aggregation and downstream analysis |
| Need ad hoc queries over stored logs | Athena, CloudWatch Logs Insights, or another query layer matched to storage | The exam cares about analysis path, not just ingestion |
This is one of the most testable habits in the domain.
If the threat is:
Weak answers often name a log service without proving that the chosen source would even contain the needed evidence.
Many SCS-C03 questions are really about scale and governance.
Strong patterns often include:
If one answer leaves logs scattered account-by-account and another centralizes them safely, the centralized pattern is usually stronger.
Security Lake matters because AWS now expects you to recognize when a security-focused, normalized data-lake design is a better fit than dumping files into storage with no downstream model.
Security Lake is stronger when the requirement is:
A plain bucket can still be useful, but it is often not the strongest first answer when the requirement is a real security log lake.
The exam does not treat ingestion as the end of the job.
You should be ready to choose:
If the answer stores logs but gives investigators no reasonable way to search or correlate them, it is incomplete.
When the problem is what evidence must exist for later detection or investigation, first choose the log source, then the central destination, then the query and correlation path.
Continue with 1.3 Troubleshooting Monitoring and Logging once you can identify which source, destination, or permission broke the signal path.