Skip to content

Commit 36fbc1b

Browse files
committed
Updates for Priyanka review.
1 parent 28998c0 commit 36fbc1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ author: chasedmicrosoft
1818

1919
# Migrate from Amazon Web Services (AWS) Network Load Balancer to Azure Load Balancer
2020

21-
If you're currently using AWS Network Load Balancer (NLB) and planning to migrate your workload to Azure, this guide helps you understand the migration process, feature mappings, and best practices. On Azure, [Azure Load Balancer](load-balancer-overview.md) provides high-performance, ultra-low-latency Layer 4 load balancing capabilities that enable you to manage TCP and UDP traffic to your applications. You'll learn how to assess your current environment, plan & prepare the migration, and execute the transition while maintaining application availability and performance.
21+
If you're currently using AWS Network Load Balancer (NLB) and planning to migrate your workload to Azure, this guide helps you understand the migration process, feature mappings, and best practices. On Azure, [Azure Load Balancer](load-balancer-overview.md) provides low-latency Layer 4 load balancing capabilities that enable you to manage TCP and UDP traffic to your applications. You'll learn how to assess your current environment, plan and prepare the migration, and execute the transition while maintaining application availability and performance.
2222

2323
## What you'll accomplish
2424

@@ -34,7 +34,7 @@ This article uses a gaming platform scenario to demonstrate common patterns like
3434

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

37-
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.
37+
In this example, a multi-player gaming platform uses 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.
3838

3939
### Architectural overview
4040

@@ -59,7 +59,7 @@ Both architectures provide equivalent capabilities:
5959
- **Static IP addresses**: Consistent external endpoint addresses for client connections
6060
- **Cross-zone load balancing**: Even traffic distribution across all availability zones
6161
- **Client IP preservation**: Original client IP addresses maintained for analytics and anti-cheat systems
62-
- **Ultra-low latency**: Sub-50ms response times optimized for real-time gaming requirements
62+
- **Low latency**: Sub-50ms response times optimized for real-time gaming requirements
6363
- **High throughput**: Support for millions of concurrent connections and requests per second
6464
- **Advanced health monitoring**: Comprehensive health checks monitoring both TCP and UDP service endpoints
6565
- **Network security controls**: Security groups/rules controlling traffic flow between network tiers

0 commit comments

Comments
 (0)