How Amazon ELB Health check Works

amazon ec2healthcheckload balancing

I am having problems configuring ELB for my servers.

I start 2 micro instances with the exact same conf and try to do Load Balancing. However they never pass the health check (HTTP port 80 path:"/").

  • Ping is ok on the website. So is telnet on 80.

How did the health check works? Am I doing anything really wrong?

EDIT:

  • Both Direct browser access and GET (via curl) works correctly (status 200)

Best Answer

I have the same problem. I just have it checking TCP:80 as an interim solution (which works fine).