Soldato
- Joined
- 18 May 2010
- Posts
- 23,319
- Location
- London
Any one have much experience with AWS load balancers and health checks?
I am working on a NLB at work using TCP and we are not sure if it is a good idea to put our health checks to the fastest they go i.e 2 health checks with a 10 second interval.
The default health check is 3 intervals of 30 seconds.
The reason for the fear is we are thinking maybe this might also cause false positives and mark the node unhealthy if the TCP port check has any sort of brief issues.
To give more information we have two databases behind the loadbalancer in two different azs.
The idea is not to load balance but to improve availability.
I am working on a NLB at work using TCP and we are not sure if it is a good idea to put our health checks to the fastest they go i.e 2 health checks with a 10 second interval.
The default health check is 3 intervals of 30 seconds.
The reason for the fear is we are thinking maybe this might also cause false positives and mark the node unhealthy if the TCP port check has any sort of brief issues.
To give more information we have two databases behind the loadbalancer in two different azs.
The idea is not to load balance but to improve availability.