EC2 instance attached to a load balancer is showing Unhealthy status
Unhealthy indicates that the health check is failing for the instance.
Things to check:
- Check that the instance is running a web server
- Check that the web page at
healthcheck.html
responds with a valid 200 response - Check that instance has a security group that permits access on Port 80 (HTTP)