AWS load balancer used in Apply4's multi-region setup. Configured with path-pattern rules that match the country in the URL and redirect requests to the correct region-specific application when the request lands on the wrong load balancer. The load balancer picks the first matching rule; by default it forwards to the app in its own region. Apply4 uses 302 rather than 301 redirects because Chrome cached 301s too aggressively.