Amazon web services – Using Python aws-cdk to Map One Load Balancer to Multiple ECS Services
I have multiple Docker containers that I'd like to put behind a single Application Load Balancer in AWS. The containers run in EC2 ECS, not Fargate, for cost. I'm able to do this in CloudFormation, but so far I can't…