Abstract
- AWS’s offering of Network Load Balancer
- Uses NAT to Proxy the incoming/outgoing traffic
- Listener can only be either
TCP
,TCP_UDP
,TLS
orUDP
- Target Group can only use Network Protocol
TCP
,TCP_UDP
,TLS
orUDP
(Based on AWS experience) - Health Check can use Network Protocol
TCP
,HTTP
orHTTPS
Tips
Obtain Private IPs dynamically using Terraform
Caution
- We are creating the resources based on
var.private_subnet_ids
. Thus we need to Dependencies