Skip to content

Commit a2e235c

Browse files
mbender-msckittel
andauthored
Update articles/load-balancer/network-load-balancing-aws-to-azure-how-to.md
Co-authored-by: Chad Kittel <[email protected]>
1 parent 0fe0efc commit a2e235c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/load-balancer/network-load-balancing-aws-to-azure-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This article uses a gaming platform scenario to demonstrate common patterns like
3333

3434
## Example scenario: Gaming platform multi-protocol load balancing migration
3535

36-
In this example, a gaming company operates a high-performance multiplayer gaming platform using AWS Network Load Balancer (NLB) to handle both TCP and UDP traffic simultaneously. The workload's architecture includes session management services running on EC2 instances handling player authentication and lobbies on port 7777 (TCP), and real-time game data services deployed on EC2 instances processing low-latency gameplay packets on port 7778 (UDP). The NLB provides static IP addresses, cross-zone load balancing, and client IP preservation for game analytics and anti-cheat systems. This business-critical setup supports their core gaming function of processing real-time multiplayer gaming with ultra-low latency across multiple availability zones.
36+
In this example, a gaming company operates a high-performance multiplayer gaming platform using AWS Network Load Balancer (NLB) to handle both TCP and UDP traffic simultaneously from game clients. The workload's architecture includes session management services running on EC2 instances handling player authentication and lobbies over TCP on port 7777, and real-time game data services deployed on EC2 instances processing low-latency gameplay packets over UDP on port 7778. The AWS NLB provides static IP addresses, cross-zone load balancing, and client IP preservation for game analytics and anti-cheat systems. This setup supports the workload's core gaming function of processing real-time multiplayer gaming with ultra-low latency while maintaining reliability across multiple availability zones.
3737

3838
### Architectural overview
3939

0 commit comments

Comments
 (0)