Application Load Balancer now supports request routing based on HTTP headers, HTTP methods, HTTP query parameters and source IP CIDRs . With this launch, customers get a richer set of routing criteria in addition to the host header and path based routing that existed prior to this launch.
The ability to route based on any field in an HTTP request provides utmost flexibility in segmenting HTTP request traffic to control the processing environment for each category of request.
- A simple demo to show you how to serve different contents based on the HTTP User-Agent header
- A simple demo to show you how to test different web app version based on the query parameters
- A simple demo to show you how to route GET and POST requests to two different target groups
- A simple demo to show you how to restrict access based on source IP CIDR