lserp / aws-kb

Q&A on AWS
MIT License
2 stars 0 forks source link

Can an ELB operate differently based on request's user agents? #2

Open lserp opened 7 years ago

lserp commented 7 years ago

Doesn't look like it. An ELB is able to log the request on the listener and track the user agent (if the listener is in HTTP/HTTPS mode) but is not changing its behavior for that.

On Application Load Balancer you can have path based routing for your ELBs, which will change the target group based on the path

lserp commented 7 years ago

Of course, Lambda can be inspecting your headers and fundamentally change your workflow at that stage