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

Update the aws_lb_target_group to use the new healthcheck endpoint #347

Closed
jimmie opened this issue Jun 10, 2023 · 0 comments · Fixed by #365
Closed

Update the aws_lb_target_group to use the new healthcheck endpoint #347

jimmie opened this issue Jun 10, 2023 · 0 comments · Fixed by #365

Comments

@jimmie
Copy link
Contributor

jimmie commented Jun 10, 2023

💡 Description

Once the PR for the healthcheck has been approved, merged and deployed, the health_check for the load balancer target group(s) should be updated to leverage it. Namely, these lines should be updated to specify:

health_check {
    enabled = true
    path    = "/healthcheck"
    matcher = "200"
    interval = 60
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants