Application Load Balancer + ECS Service with certificate

Running an ECS service without HTTPS is a security gap and a user experience issue. Adding an ALB with an ACM certificate gives you HTTPS termination, and ECS registers task IPs directly with the target group. TL;DR: Configure an Application Load Balancer with an ACM TLS certificate to expose an ECS service over HTTPS.Stack: AWS … Read more