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,

已提問 1 個月前檢視次數 257 次
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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南