Does ALB (target group) support 103 Early Hints?

0

My server app is returning 103 response header but the balancer doesn't understand it. Is there any possibility to enable this? Thanks.

asked 10 months ago380 views
2 Answers
0
Accepted Answer

Thank you for the details.

103 Early Hints mentioned in RFC 8297 is still experimental and yet to be supported by ALB. If the layer 7 features provided by ALB aren't integral to your application, you might want to consider using NLB, which operates at the transport layer (layer 4) and may accommodate your load balancing needs more effectively during this period.

RFC: https://datatracker.ietf.org/doc/html/rfc8297#page-3

Mozilla: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/103

AWS
weidi
answered 9 months ago
profile picture
EXPERT
reviewed a month ago
0

To best of my knowledge, in AWS this can be achieved either though Cloudfront or Lambda@edge. I didn't find any reference as well, where this is discussed for ALB/target group.

profile pictureAWS
EXPERT
answered 10 months ago
  • The fact is that this is not suitable for applications deployed in ECS.

  • Oh I see, then I think we don't have much options if neither of these can be used.

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