Configures AWS WAF to filter web traffic: creating web access control lists (web ACLs) on CloudFront, Application Load Balancers, API Gateway, and AppSync; AWS Managed Rules tuned in Count mode; rate-based rules for HTTP floods; IP set and geographic match rules; Bot Control (Common and Targeted); turning bot labels into a confidence signal; stripping spoofed inbound x-amzn-waf-* headers; recovering the real client IP behind a CDN; Fraud Control (account takeover and account creation fraud prevention); and logging and request sampling. Use when the user wants to protect a web application or API from common exploits, bots, credential stuffing, fake-account creation, or HTTP floods at the application layer (layer 7). Routes to the right per-task procedure in references. Do NOT use for L3/L4 DDoS protection (shieldadvanced skill), multi-account WAF rollout (firewallmanager skill), CloudFront configuration (cloudfront skill), or Route 53 health checks or records (route53 skill).
69
85%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Domain expertise for configuring AWS WAF, the web application firewall that filters HTTP and HTTPS traffic to CloudFront distributions, Application Load Balancers, API Gateway REST APIs, and AppSync GraphQL APIs. Covers web ACL creation and association, AWS Managed Rules, rate-based rules, match rules (IP set and geographic), Bot Control and the signal-forwarding workflows built on top of it, Fraud Control for logins and signups, AI and LLM crawler management, and the logging that every tuning workflow depends on.
This skill is a router. Each customer task maps to a procedure file under references/. Read the
matching reference in full before acting, then follow its constraints and steps. The reference
files are self-contained: each carries its own decision tables, constraints, procedure, and
troubleshooting.
Execute commands using the AWS MCP server when connected (sandboxed execution, audit logging,
observability). Fall back to the AWS CLI otherwise. A web ACL's scope is fixed at creation: a
CloudFront web ACL must be created in us-east-1 with CLOUDFRONT scope, while a regional web ACL
(Application Load Balancer, API Gateway, AppSync) is created in the resource's Region with
REGIONAL scope.
CLOUDFRONT scope in
us-east-1; a regional resource needs a REGIONAL web ACL in its own Region. Scope cannot be
changed later, so the creating reference settles it before anything is built.x-amzn-waf-* headers, the inbound-header-stripping reference is required to
prevent spoofing. The confidence-signal, interpolation, and client-IP references all point at it.AWS WAF is itself a security control, so misconfiguration directly weakens an application's defenses. Apply these across every reference:
wafv2: actions a task needs (for
example wafv2:CreateWebACL, wafv2:GetWebACL, wafv2:UpdateWebACL, wafv2:AssociateWebACL,
wafv2:PutLoggingConfiguration) rather than wafv2:* or the AWSWAFFullAccess managed policy.aws sts assume-role) rather than long-lived IAM user access
keys when running these WAF CLI commands.wafv2 management events
and set CloudWatch alarms on critical web ACL configuration changes (such as DeleteWebACL and
UpdateWebACL rule removals) and on the web ACL's BlockedRequests and CountedRequests
metrics, so rule changes and sudden spikes in blocked or counted traffic are detected.Allow with no enforcing rules, filters nothing. You MUST confirm the
web ACL is associated and that its posture matches the intended default (block vs allow) before
reporting setup complete.authorization header and cookie) and MUST enable encryption at
rest on the log destination (CloudWatch Logs, Amazon S3, or Amazon Data Firehose).x-amzn-waf-* signal forwarded to the origin can be forged inbound.
You MUST add the inbound-header-stripping rule whenever a signal or client IP is forwarded (see
stripping-inbound-waf-headers-before-trusting-them).222ce56
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.