Y
Hacker News
new
|
ask
|
show
|
jobs
by
lcalcote
3553 days ago
"That's because ELBs forward requests to backend instances without modifying the request headers and the client IP is not sent in case of TCP load balancing." - - not sure this is quite what the author meant?
1 comments
ApsOps
3550 days ago
In case of TCP load balancer, the headers are sent unmodified and backend instances receive the ELB's IP as the client IP. This is described in the AWS docs -
http://docs.aws.amazon.com/elasticloadbalancing/latest/class...
link