AWS Global Accelerator

TCP performance.

Overview

AWS Global Accelerator pulls TCP and UDP traffic onto the AWS backbone at the nearest edge POP and routes it to healthy regional endpoints. Compared to internet routing, the user sees lower latency (the backbone beats the public internet for inter-region hops), faster regional failover (sub-30-second when a region degrades), and two static anycast IPs that work across regions. CDN handles HTTP at the edge; Global Accelerator handles non-HTTP TCP and UDP where CDN does not apply.

The approach

The practical approach is to use Global Accelerator for non-HTTP TCP and UDP workloads where CDN does not apply (CDN handles HTTP, GA handles the rest), use the traffic dial for per-region blue-green cutovers, define endpoint groups per region with health checks, monitor GA flow logs for traffic-pattern visibility, and document per-accelerator routing topology committed to the network repo.

Why this compounds

Global Accelerator investment compounds across services. Each correctly-applied accelerator produces ongoing latency and resilience value; the team builds intuition for when CDN is not enough; new global services inherit the failover patterns rather than re-deriving them.

Global Accelerator is an infrastructure investment that pays off across years. Nova AI Ops integrates with AWS networking telemetry, surfaces edge patterns, and supports the team’s traffic-distribution discipline.