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)