Skip to content
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

(aws-elasticloadbalancingv2): ALB custom healthcheck port to be opened to target automatically #31694

Closed
2 tasks
heikkis opened this issue Oct 8, 2024 · 2 comments
Assignees
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.

Comments

@heikkis
Copy link

heikkis commented Oct 8, 2024

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.154.0

Environment details (OS name and version, etc.)

MacOS

@heikkis heikkis added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Oct 8, 2024
@github-actions github-actions bot added the @aws-cdk/aws-elasticloadbalancingv2 Related to Amazon Elastic Load Balancing V2 label Oct 8, 2024
@khushail khushail added investigating This issue is being investigated and/or work is in progress to resolve the issue. p2 and removed needs-triage This issue or PR still needs to be triaged. labels Oct 8, 2024
@khushail khushail self-assigned this Oct 8, 2024
@khushail
Copy link
Contributor

khushail commented Oct 9, 2024

Hi @heikkis , thanks for reaching out.
This health check enabling with multiple ports is something new to me but I found this repost article that is trying to do the same as you mentioned -https://repost.aws/questions/QUaopUdvIIQymbG8qQjY-m-g/alb-health-checks-port

I would request you to read through it and respond back if you are trying to do the same or provide more clarificaton if its something else.

Appreciate you having patience!

Thanks .

@khushail khushail added response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. and removed investigating This issue is being investigated and/or work is in progress to resolve the issue. labels Oct 9, 2024
Copy link

This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.

@github-actions github-actions bot added closing-soon This issue will automatically close in 4 days unless further comments are made. closed-for-staleness This issue was automatically closed because it hadn't received any attention in a while. and removed closing-soon This issue will automatically close in 4 days unless further comments are made. labels Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants