NLB doesn't send traffic to new healthy Fargate tasks

0

I have ECS with Fargate. Traffic is routed with NLB. When service is just started NLB routes traffic equally to all tasks with no problem. However, when service is automatically sales up (or if I manually increase tasks count) NLB is not routing traffic to a newly created tasks. Despite the fact that new task are marked as healthy in a Target group. I can see it clearly form new tasks log and from "about zero" minimum CPU on the Service.

  • I presume they are all registering with IP, not instance ID in the target group. This is the default in Fargate. Are they in an AZ that the NLB is not configured to support?

  • Yes, NLB is available in the same 3 AZ as tasks. And yes, they are registered with IP.

  • Do you have sticky sessions enabled? How are you testing the routing?

  • Hello Smotrov, has your issue been resolved? If not, can you reply to Ben's questions? Thank you for your participation in AWS re:Post community.

2 回答
0

Hi Smotrov, I understand that you have ECS Fargate tasks which are being load balanced using an NLB with a Target Group configured for IP Registration. However, connections are not being routed to the new healthy tasks as they are registered with the target group. In the NLB overview section of AWS Docs you will find that each individual TCP connection is routed to a single target for the life of the connection. With ALB you can specify the load balancing algorithm of either round robin or least outstanding requests.

AWS
已回答 2 年前
profile pictureAWS
专家
Rob_H
已审核 2 年前
0

This question was answered live in great detail at twitch https://www.twitch.tv/aws/video/1420471067.

profile picture
支持工程师
已回答 2 年前
profile pictureAWS
专家
Rob_H
已审核 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则