Skip to content

Commit 3276a8d

Browse files
Update nat-gateway-resource.md
1 parent 79b7aad commit 3276a8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/nat-gateway/nat-gateway-resource.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ UDP idle timeout timers aren't configurable, UDP keepalives should be used to en
107107

108108
### Port Reuse Timers
109109

110-
Port reuse timers determine the amount of time after a connection closes that a source port is in hold down before it can be reused to go to the same destination endpoint by the NAT gateway.
110+
Port reuse timers determine the amount of time after a connection closes that a source port is in hold down before it can be reused for a new connection to go to the same destination endpoint by the NAT gateway.
111111

112112
The following table provides information about when a TCP port becomes available for reuse to the same destination endpoint by the NAT gateway.
113113

@@ -135,9 +135,9 @@ Each NAT gateway can provide up to a total of 50 Gbps of throughput. Data throug
135135

136136
## Performance
137137

138-
A NAT gateway can support up to 50,000 concurrent connections per public IP address **to the same destination endpoint** over the internet for TCP and UDP. The NAT gateway can process 1M packets per second and scale up to 5M packets per second.
138+
A NAT gateway can support up to 50,000 concurrent connections per public IP address **to the same destination endpoint** over the internet for TCP and UDP traffic. The NAT gateway can process 1M packets per second and scale up to 5M packets per second.
139139

140-
The total number of connections that a NAT gateway can support at any given time is up to 2 million. If NAT gateway exceeds 2 million connections, you will see a decline in your datapath availability and new connections will fail.
140+
NAT gateway can support up to 2 million active connections simultaneously. The number of connections on NAT Gateway is counted based on the 5 tuple (source IP address, source port, destination IP address, destination port, and protocol). If NAT gateway exceeds 2 million connections, you will see a decline in your datapath availability and new connections will fail.
141141

142142
## Limitations
143143

0 commit comments

Comments
 (0)