Study SCS-C03 edge security for CloudFront, AWS WAF, Shield Advanced, rate limits, geography rules, and third-party edge integrations.
SCS-C03 edge-security questions are about protecting the public-facing entry path before malicious traffic reaches the workload. The exam usually wants you to choose the right edge control for the threat type, then make sure the edge behavior matches geography, protocol, client pattern, or integration requirements.
The current SCS-C03 domain page points to four recurring patterns:
That means this task is about traffic shaping and filtering at the public entry point, not about host hardening deeper inside the workload.
| Requirement | Strongest first fit | Why |
|---|---|---|
| Need L7 filtering for web threats | AWS WAF | Application-layer inspection and rule logic |
| Need stronger DDoS protection for exposed critical endpoints | Shield Advanced | DDoS-focused protection and response support |
| Need to restrict behavior by geography, rate, or client pattern | WAF rules or CloudFront edge policy matched to the requirement | Edge policy is the correct control plane |
| Need edge delivery plus security headers or request filtering | CloudFront plus WAF or header controls | Delivery and edge protection work together |
| Need partner or managed rule integration at the edge | Third-party WAF rule integration or supported edge-service integration | The question is about extending the edge control plane |
This is a classic SCS-C03 separation.
Use WAF when the threat is about:
Do not force a security group or network ACL answer into a web-application attack problem. Those are different control layers.
When the prompt emphasizes:
Shield Advanced is often the stronger answer than just “add more WAF rules.” WAF filters application behavior. Shield Advanced addresses broader DDoS resilience and support patterns.
SCS-C03 often hides the key clue in the requirement language:
The best answer is usually the one that enforces the requirement at the edge before requests reach the origin.
AWS explicitly includes integration with third-party and adjacent services. That means you should recognize situations where the best answer is not only “turn on WAF,” but:
The exam often rewards architectures that keep the edge control useful to the rest of the security program.
When the threat starts at the public entry point, choose the edge control before the request ever reaches the workload.
Continue with 3.2 Compute Workload Security Controls once you can distinguish public-entry controls from host and runtime controls.