(aws-elasticloadbalancingv2): ALB custom healthcheck port to be opened to target automatically #31694
Labels
@aws-cdk/aws-elasticloadbalancingv2
Related to Amazon Elastic Load Balancing V2
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
feature-request
A feature should be added or improved.
p2
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the feature
Currently listener.addTargets opens the port for ALB to connect eg. Fargate automatically. But for custom health check port, CDK does not add egress rule for apps SG. So if my app traffic goes to 8080 and health check should go to 8081, only 8080 egress rule is added to app (source ALB sg).
Use Case
Integration Fargate with custom health check port for ALB.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.154.0
Environment details (OS name and version, etc.)
MacOS
The text was updated successfully, but these errors were encountered: