07-NLB
Module creating Network Load Balancer for database services (MySQL, MongoDB, Redis)
Stage Modulemodules/07-nlb
Purpose
NLB operates at Layer 4 (TCP), suitable for database connections with low latency.
Created Resources
| Resource | Scheme | Description |
|---|---|---|
| MILU2-stage-nlb | internal | Internal NLB for DB traffic |
Target Groups
| Target Group | Port | Protocol | Health Check |
|---|---|---|---|
| MILU2-stage-mysql-tg-private | 3307 | TCP | TCP |
| MILU2-stage-mysql2d-tg-private | 4307 | TCP | TCP |
| MILU2-stage-mongo-tg-private | 27027 | TCP | TCP |
| MILU2-stage-redis-tg-private | 6380 | TCP | TCP |
Outputs
| Name | Description |
|---|---|
| nlb_arn | NLB ARN |
| nlb_dns | NLB DNS name |