AWS WAF and AWS Shield (Standard, Advanced, and the new network security director) — the edge protection layer for web applications. WAF inspects and filters individual HTTP(S) requests at Layer 7; Shield defends against volumetric and protocol-level DDoS attacks at Layers 3/4 and 7. The exam consistently tests whether you know which layer a described attack actually operates at.
The exam tests layer recognition above almost everything else here: SQL injection, XSS, bad bots, credential stuffing → WAF (it's about request CONTENT). A volumetric flood of raw packets trying to exhaust bandwidth or connection state → Shield (it's about request/packet VOLUME, regardless of content). A question describing BOTH an HTTP flood AND content-based attack patterns may need both services working together, with Shield Advanced's automatic mitigation actually deploying WAF rules on your behalf during a Layer 7 DDoS event.
| Domain | Where This Bundle Shows Up |
|---|---|
| Infrastructure Security | The centerpiece — WAF rule design, Shield tier selection, DDoS mitigation mechanics |
| Threat Detection & Incident Response | Shield Advanced automatic mitigation, SRT engagement during an active DDoS event |
| Data Protection | WAF Fraud Control protecting login/signup pages from credential-based attacks |
| Management & Security Governance | Firewall Manager-centralized WAF/Shield policy across an Organization, network security director's posture recommendations |
SQL injection, XSS, bad bots, credential stuffing, fake account creation (content-based, Layer 7); volumetric packet/connection floods aiming to exhaust bandwidth or state (Layer 3/4); sophisticated app-layer request floods (Layer 7 DDoS)
Filter malicious request content at the edge, and absorb/mitigate volumetric attacks before they reach the application
The WAF & Shield Bundle
Attach a Web ACL with AWS Managed Rules + Bot Control/Fraud Control where relevant; subscribe to Shield Advanced for business-critical internet-facing resources; enable automatic application-layer DDoS mitigation; centralize policy via Firewall Manager.
WAF logs and sampled request dashboards; Shield Advanced's Global Threat Environment Dashboard and mitigation metrics; network security director's topology/misconfiguration findings.
Tune/tighten WAF rules based on logged false positives/negatives; engage the SRT during an active, severe DDoS event; act on network security director's specific remediation recommendations.
Exam appearance probability: HIGH
Requirement → Keywords → Expected Answer → why every distractor fails.
AWS WAF (AWS Managed Rules — OWASP Top 10 / known bad inputs)
| Distractor | Why it's wrong |
|---|---|
| Shield Standard or Advanced | Shield addresses volumetric/flood DDoS attacks, not content-based injection/XSS payload inspection — wrong layer/threat model entirely |
WAF Fraud Control — Account Takeover Prevention (ATP)
| Distractor | Why it's wrong |
|---|---|
| Bot Control alone | Detects general automated bot traffic, but doesn't specifically check submitted credentials against a stolen-credential database the way ATP does |
| ACFP | Protects the SIGN-UP page against fraudulent new accounts, not the LOGIN page against stolen-credential reuse |
AWS Shield (Standard automatically; Advanced for sophisticated/large-scale events)
| Distractor | Why it's wrong |
|---|---|
| AWS WAF alone | Operates at Layer 7 on individual request content — not designed to absorb/mitigate raw volumetric Layer 3/4 floods |
Shield Advanced's Anti-DDoS Managed Rule Group (default since March 26, 2026)
| Distractor | Why it's wrong |
|---|---|
| Layer 7 Auto Mitigation (L7AM) | The OLDER, now-superseded mechanism — still usable by existing customers, but no longer the current default for new configurations and slower (minutes vs seconds) |
AWS Shield network security director
| Distractor | Why it's wrong |
|---|---|
| Shield Advanced's DDoS mitigation capabilities | Focused on actively detecting/mitigating attacks, not discovering/visualizing general network security posture and configuration gaps |
AWS Managed Rules groups are explicitly documented as NOT a replacement for your own security responsibilities — they add a layer of protection, but the resources you select and how you configure them remain your responsibility. A question implying "just enable AWS Managed Rules and security is fully handled" is testing whether you recognize this isn't a complete, hands-off solution.
| Misconception | Reality |
|---|---|
| "WAF can mitigate a large-scale volumetric DDoS flood on its own" | WAF operates on individual request content at Layer 7 — large-scale volumetric mitigation is Shield's domain, though Shield Advanced's L7 mitigation does work THROUGH WAF rules |
| "Shield Standard requires a subscription or opt-in" | False — it's automatic and free for every AWS customer with no action required |
| "Account Takeover Prevention and Account Creation Fraud Prevention protect the same page" | False — ATP protects the LOGIN page (existing accounts); ACFP protects the SIGN-UP page (new account creation) |
| "AWS Managed Rules fully handle web application security with no further action needed" | Explicitly documented as NOT a replacement for your own security responsibilities — they add a layer, not a complete solution |
| "Shield network security director is just another name for Shield Advanced's DDoS dashboard" | It's a distinct capability focused on network topology visibility and configuration-gap identification, not DDoS attack monitoring/mitigation |
| Comparison | What actually differs |
|---|---|
| WAF vs Shield | Layer 7 request-content filtering vs Layer 3/4 (+L7 via Advanced) volumetric DDoS mitigation — different threat models entirely, often used together |
| Shield Standard vs Shield Advanced | Free, automatic, common-attack-vector coverage vs paid, sophisticated/large-scale attack detection, cost protection, near-real-time visibility, and SRT access |
| ATP vs ACFP | Protects the login page against stolen-credential reuse vs protects the sign-up page against fraudulent new-account creation |
| Bot Control vs ATP/ACFP | General automated-traffic visibility/control (scrapers, scanners, crawlers) vs specifically credential/fraud-focused protection for login and sign-up flows |
| Anti-DDoS Managed Rule Group vs legacy Layer 7 Auto Mitigation (L7AM) | Current default (March 2026+), mitigates within seconds vs the older, superseded mechanism, mitigates within minutes — still usable by existing customers but no longer the default |
| Shield Advanced DDoS mitigation vs Shield network security director | Active attack detection/response vs proactive network security posture visibility and configuration-gap discovery — reactive vs proactive halves of Shield's expanded scope |
Click card to flip. Mark right or wrong to track score.
SCS-C02 scenario style, Easy → Specialty. Select an answer to reveal the explanation.