Lost Requests for api EC2 with ALB

0

I have api EC2 server and Application Load Balancer. In ALB make Deregistration delay (draining interval): 300 Seconds. And I have issue in api and lost requests. Is this the cause?

  • 300 Seconds Deregistration delay (draining interval) is normal or must decrease

  • Or the cause is Web request body inspection is 16kb for WAF in Cloudfront.

1 Answer
0

Hello.

Deregistration delay is a parameter that specifies the period during which new requests will not be accepted when an instance is removed from a target group.
Therefore, it is unlikely that requests will be terminated even if this setting value is changed.
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html#deregistration-delay

Is it possible that the ALB timeout is related?
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html#load-balancer-attributes

profile picture
EXPERT
answered 14 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions