ALB vs NLB.
AWS has two main LB types:
ALB (Application LB) — L7 (HTTP/HTTPS), path/host routing, WAF integration
NLB (Network LB) — L4 (TCP/UDP), millions of connections, static IP
You need to load-balance a gRPC service that uses raw TCP and you need a
static IP for clients to whitelist. Which?
A) ALB B) NLB C) Classic LB D) CloudFront
Sign in to save your code and track progress across devices.