-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ApplicationLoadBalancedFargateService does not allow targetGroup to have protocol/port other than HTTPS/80 #7989
Comments
I believe this can be addressed by #7417 |
Ran into this as well. My ApplicationLoadBalancedFargateService has the following definition:
When I
I can't seem to find any way to set the Target Group Port and Protocol to 443/HTTPS... |
@MrArnoldPalmer @uttarasridhar Also, can we please change the issue title? I think @jackm-ts intended "HTTP/80" rather than "HTTPS/80". |
#7417 Does not seem to relate to this: 7417 is related to the container listener not the Target Group listener, which this issue specifically pertains to. |
Also #11381 |
This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
The target group props listed here should be configurable by the ApplicationLoadBalancedFargateServiceProps. We have use cases where our containers are accepting traffic on HTTPS.
aws-cdk/packages/@aws-cdk/aws-ecs-patterns/lib/base/application-load-balanced-service-base.ts
Lines 319 to 321 in 4e82719
The text was updated successfully, but these errors were encountered: