Quick answer

How to use this Fastly Next-Gen WAF Architecture and Pricing Guide

Map the Fastly deployment option to the real traffic path, then request account-specific packaging and run the same clean workflows, signal review, logging, and rollback checks used for competing WAAP options.

Difficulty
Intermediate
Time
60-120 minutes for a vendor-assisted proof of concept
Updated
2026-07-17

Guide data

Difficulty
Intermediate
Time
60-120 minutes for a vendor-assisted proof of concept
Updated
2026-07-17
Use case
Useful when teams research Fastly WAF architecture, requirements, pricing, or a structured managed-WAAP proof of concept.

Prerequisites

  • A representative staging service or low-risk application route.
  • A diagram of the current CDN, edge, origin, API, and logging paths.
  • Representative browser, API, authentication, and upload workflows.
  • Traffic, logging, retention, support, and regional requirements for pricing review.

Deployment workflow

Validate architecture and commercial scope in the same PoC.

1

Document the inspection architecture

Record where Fastly Next-Gen WAF inspects requests in the proposed deployment, how traffic reaches the origin, which headers and client context are preserved, and how a bypass or rollback would work.

  • Client, edge, inspection, origin, event, and response paths are drawn.
  • TLS and real client identity behavior are understood.
  • Policy, event, escalation, and rollback owners are named.
2

Test browser and API traffic separately

API security claims should be validated with actual JSON bodies, authentication flows, methods, uploads, and non-browser clients. Browser-only testing can hide body parsing and event-context gaps.

  • Clean web and API workflows have separate baselines.
  • Safe malformed inputs produce explainable events.
  • Developers and security responders can use the event detail.
3

Prepare pricing inputs before requesting a quote

Commercial pricing should be scoped with the workload. Prepare application count, APIs, request volume, regions, logging, retention, support, and required security controls so proposals can be compared on equivalent assumptions.

  • Traffic and protected-service counts are available.
  • Logging, retention, and support requirements are explicit.
  • Migration and event-operations cost are included in the comparison.
4

Use explicit proof-of-concept success criteria

A useful managed-WAAP trial produces evidence for clean workflow compatibility, attack-simulation visibility, false positives, latency, event operations, rollback, and commercial fit.

  • Success thresholds are agreed before the trial.
  • Test evidence is captured by path and request type.
  • Alternatives use the same representative workload.

Validation checklist

  • Confirm the protected route and origin behavior match the architecture diagram.
  • Test clean browser and API workflows independently.
  • Capture event context for safe attack-like requests.
  • Compare latency, false positives, operations, rollback, and commercial assumptions.

Rollback planning

  • Preserve the original traffic path or a tested bypass.
  • Keep policy changes separate from unrelated CDN or application releases.
  • Retain proof-of-concept events and configuration notes for the decision record.

Common mistakes

  • Evaluating only feature names without mapping the actual inspection path.
  • Testing browser pages but not authenticated APIs and non-browser clients.
  • Requesting pricing without consistent traffic, logging, support, and retention assumptions.

Related WAF profiles

Lab verification

Commands to capture during the proof of concept

These checks are intentionally conservative. Replace hostnames and ports with your lab values, then save the outputs with the test notes.

1

Capture a clean staging baseline

curl -sS -o /dev/null -w 'status=%{http_code} total=%{time_total} connect=%{time_connect}\n' https://staging.example.com/health

The clean route returns the expected status and records a repeatable latency baseline.

2

Record response headers through the protected path

curl -sS -D - -o /dev/null https://staging.example.com/health

The output provides a header baseline for routing, caching, request tracing, and troubleshooting discussions.

FAQ

What does the Fastly Next-Gen WAF Architecture and Pricing Guide workflow validate?

It validates architecture fit, service attachment, signal visibility, API coverage, logging export, operational ownership, and the pricing inputs needed for a comparable proposal.

What must pass before Fastly Next-Gen WAF Architecture and Pricing Guide is used in production?

Require a documented deployment topology, representative traffic PoC, false-positive workflow, log retention plan, support model, quote scope, and rollback route before purchase or enforcement.

Sources