Skip to content

Commit 00e3809

Browse files
author
AWS
committed
Elastic Load Balancing Update: QUIC and TCP_QUIC protocol support for Network Load Balancer (NLB). This capability enables customers to forward QUIC traffic to their targets with ultra-low latency while maintaining session stickiness using QUIC Connection IDs.
1 parent 75ba83c commit 00e3809

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Elastic Load Balancing",
4+
"contributor": "",
5+
"description": "QUIC and TCP_QUIC protocol support for Network Load Balancer (NLB). This capability enables customers to forward QUIC traffic to their targets with ultra-low latency while maintaining session stickiness using QUIC Connection IDs."
6+
}

services/elasticloadbalancingv2/src/main/resources/codegen-resources/service-2.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3630,7 +3630,9 @@
36303630
"TLS",
36313631
"UDP",
36323632
"TCP_UDP",
3633-
"GENEVE"
3633+
"GENEVE",
3634+
"QUIC",
3635+
"TCP_QUIC"
36343636
]
36353637
},
36363638
"ProtocolVersion":{"type":"string"},
@@ -3662,6 +3664,11 @@
36623664
"type":"list",
36633665
"member":{"shape":"QueryStringKeyValuePair"}
36643666
},
3667+
"QuicServerId":{
3668+
"type":"string",
3669+
"max":256,
3670+
"min":1
3671+
},
36653672
"RedirectActionConfig":{
36663673
"type":"structure",
36673674
"required":["StatusCode"],
@@ -4390,6 +4397,10 @@
43904397
"AvailabilityZone":{
43914398
"shape":"ZoneName",
43924399
"documentation":"<p>An Availability Zone or <code>all</code>. This determines whether the target receives traffic from the load balancer nodes in the specified Availability Zone or from all enabled Availability Zones for the load balancer.</p> <p>For Application Load Balancer target groups, the specified Availability Zone value is only applicable when cross-zone load balancing is off. Otherwise the parameter is ignored and treated as <code>all</code>.</p> <p>This parameter is not supported if the target type of the target group is <code>instance</code> or <code>alb</code>.</p> <p>If the target type is <code>ip</code> and the IP address is in a subnet of the VPC for the target group, the Availability Zone is automatically detected and this parameter is optional. If the IP address is outside the VPC, this parameter is required.</p> <p>For Application Load Balancer target groups with cross-zone load balancing off, if the target type is <code>ip</code> and the IP address is outside of the VPC for the target group, this should be an Availability Zone inside the VPC for the target group.</p> <p>If the target type is <code>lambda</code>, this parameter is optional and the only supported value is <code>all</code>.</p>"
4400+
},
4401+
"QuicServerId":{
4402+
"shape":"QuicServerId",
4403+
"documentation":"<p>The server ID for the targets. This value is required if the protocol is <code>QUIC</code> or <code>TCP_QUIC</code> and can't be used with other protocols.</p> <p>The ID consists of the <code>0x</code> prefix followed by 16 hexadecimal characters. Any letters must be lowercase. The value must be unique at the listener level. You can't modify the server ID for a registered target. You must deregister the target and then provide a new server ID when you register the target again.</p>"
43934404
}
43944405
},
43954406
"documentation":"<p>Information about a target.</p>"

0 commit comments

Comments
 (0)