/aws-cdk-fargate-single-alb

Deploy multiple Fargate Services using only one Application Load Balancer

Primary LanguageTypeScript

aws-cdk-fargate-single-alb

Deploy multiple Fargate Services using only one Application Load Balancer

problem

Using ecs_patterns it only creates a new ALB or adds a default listener to an existing ALB.

I would like to have more control of the listeners conditions. Such as, redirect to a specific service with a http header rule.

objective

Create an ALB using specific cdk module elbv2 and create an ECS Fargate Service without using ecs_patterns so I get more control over the service and ALB integration.

references