ecsPatterns.ApplicationLoadBalancedFargateService always create HTTP target groups #6428
Labels
@aws-cdk/aws-ecs-patterns
Related to ecs-patterns library
feature-request
A feature should be added or improved.
guidance
Question that needs advice or information.
needs-reproduction
This issue needs reproduction.
❓ General Issue
I am creating a ALBEcs service with HTTPs like this
The problem is that this always creates the ALB target groups over HTTP with not option to change to HTTPS.
https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/aws-ecs-patterns/lib/base/application-load-balanced-service-base.ts#L319-L321.
In my current application architecture this does not work since we terminate SSL at the nginx layer, inside each container.
The Question
Why does CDK not allow specifying the target group protocol to use HTTPS
Environment
The text was updated successfully, but these errors were encountered: