06-ALB
Module creating Application Load Balancer (internal and internet-facing)
Stage Modulemodules/06-alb
Created Resources
| Resource | Scheme | Description |
|---|---|---|
| MILU2-stage-alb | internal | Internal ALB for services within VPC |
| MILU2-stage-alb-internet-facing | internet-facing | Public ALB for Internet traffic |
Listeners
| ALB | Port | Protocol | Description |
|---|---|---|---|
| MILU2-stage-alb | 81 | HTTP | Web |
| MILU2-stage-alb | 3001 | HTTP | Push |
| MILU2-stage-alb | 8082 | HTTP | API |
| MILU2-stage-alb | 9001 | HTTP | WebPHP |
| MILU2-stage-alb-internet-facing | 443 | HTTPS | Public (with ACM cert) |
Info
Internet-facing ALB uses certificate from module 12-acm. Listener 443 routes based on host header.
Outputs
| Name | Description |
|---|---|
| alb_internal_arn | Internal ALB ARN |
| alb_internal_dns | Internal ALB DNS name |
| alb_public_arn | Internet-facing ALB ARN |
| alb_public_dns | Internet-facing ALB DNS name |