Skip to content

feat: configurable NLB → ALB health check protocol and path - #33

Merged
gauravjain99 merged 2 commits into
mainfrom
feat/nlb-health-check-config
Aug 10, 2026
Merged

feat: configurable NLB → ALB health check protocol and path#33
gauravjain99 merged 2 commits into
mainfrom
feat/nlb-health-check-config

Conversation

@mr-robot-in

Copy link
Copy Markdown
Contributor

Why?

The NLB target group defaults to HTTP on /, which fails when the backing ALB is configured for HTTPS-only traffic. Consumers need a way to override the health check protocol, path, and port to match their ALB's requirements.

How?

A new optional NlbHealthCheckConfig interface is added to NetworkLoadBalancerConfig, and the health check is applied to the NLB target group for both new and existing ALB configurations. README documentation and a config reference table are added for discoverability.

… target groups

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@mr-robot-in
mr-robot-in requested a review from gagan1510 as a code owner August 10, 2026 10:28
@gauravjain99
gauravjain99 merged commit e05880e into main Aug 10, 2026
8 of 9 checks passed
@gauravjain99
gauravjain99 deleted the feat/nlb-health-check-config branch August 10, 2026 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants