Load balancing has become indispensable in many environments. It ensures that requests are distributed evenly across multiple servers, significantly improving application availability and performance.
AWSのNLBとは、通信の負荷分散をするロードバランサーというサービスの1つです。AWSではElastic Load Balancing(ELB)というサービスでロードバランスの機能を提供していますが、ELBではその中で4種類のロードバランサーを提供しており、その中の1種類がNLBです。