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

ELB health check defaults to TCP #79

Closed
antonlindstrom opened this issue Jul 29, 2014 · 5 comments
Closed

ELB health check defaults to TCP #79

antonlindstrom opened this issue Jul 29, 2014 · 5 comments

Comments

@antonlindstrom
Copy link

I've created an ELB instance with the following settings:

 listener {                                                                                                                                                                    
    instance_port = 80                                                                                                                                                        
    instance_protocol = "http"                                                                                                                                                  
    lb_port = 80                                                                                                                                                              
    lb_protocol = "http"                                                                                                                                                        
}

When the ELB is created, the service check of the load balancer defaults to TCP:80. Is there any reason that it isn't HTTP:80/? Maybe this should be configurable?

Thanks!

@pearkes
Copy link
Contributor

pearkes commented Jul 29, 2014

Marked as an enhancement. We don't currently support configuring health checks for ELB, but we certainly should. We would also need to add api support to mitchellh/goamz.

@pearkes
Copy link
Contributor

pearkes commented Jul 29, 2014

Added to #28 to track this, thanks!

@pearkes pearkes closed this as completed Jul 29, 2014
@antonlindstrom
Copy link
Author

Awesome, cheers!

@pearkes
Copy link
Contributor

pearkes commented Jul 30, 2014

Done in #109!

@antonlindstrom
Copy link
Author

Wow, thanks for quick fix!

Cheers!

@ghost ghost locked and limited conversation to collaborators May 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants