python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Disable Health Check AWS Beanstalk
I've got a node.js server deployed on beanstalk w/ an application loadbalancer. The node.js server has has a URL like the following:
app.get('/data/:id.json', async function (req, res) {
// do st...
Evan
Votes: 0
Answers: 2
Health Checks for target instances over mTls
I have a passthrough Network Load Balance forwarding TCP requests to a target group of backend servers on AWS. We require mutual TLS authentication so all requests require client certificates to be pa...
minh ly
Votes: 0
Answers: 1
Healthchecks for windows services from MVC
I have a .NET Core MVC frontend which is dependant on two Windows services that they run in parallel.
I would like to provide a health check whether both Windows services are running in the startup.cs...
Garry A
Votes: 0
Answers: 1
Azure App service web app health check in Free/ Basic tier showing Waiting for health check response
I have a demo ASP.NET Core application running in Azure App service web app in Free tier. This web app is intended for health-check POC using App service health check functionality.
Surprisingly, the ...
UBK
Votes: 0
Answers: 1