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
전문가
답변함 한 달 전
profile picture
전문가
검토됨 한 달 전
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
답변함 한 달 전
profile picture
전문가
검토됨 한 달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠