Allowlist IPs + LoadBalancer

0

Hello,

I have a load balancer with a listener (443) forwarding requests - using 19 rules - to 19 microservices (path based).

One of my services is receiving webhooks from a platform which provides 4 public IPs to be allow.

How can I allow only requests from those IPs to be forwarded to microservice through this specific route?

Thanks,

2回答
1

For your scenario, configure your load balancer to only forward requests from the specified IP addresses to the microservice by adding a conditional rule that checks the source IP address against the provided list of IPs.

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

Add another condition of type Source IP (in addition to the existing Path condition) to the rule that forwards traffic to this specific microservice

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

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

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

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

関連するコンテンツ