Network Load Balancer Headers

0

Hello!

The ALB and CLB add the "X-Forwarded-*" headers, but NLB doesn't seem to do that.

Is there any way to get the NLB IP address in Nginx, so I can forward them to my application?

Thanks a lot!

Nick74
質問済み 7年前4478ビュー
1回答
0

Hello,

A NLB has no concept of "protocol"; it's a network load balancer, so no "headers" exist as such. It's just passing packets from one host to the next. It's not like CLB that can do both HTTP/S and network. It's network only. If you are using HTTP/S you're best using ALB/CLB if you need those headers.

-A.

回答済み 7年前
profile picture
エキスパート
レビュー済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ