Try curling with -H "Host: your.dns.name.com" http://ec-instance-ip-address/
if the ec2 instance response contains a valid body, then your application is configured to drop connections for requests with missing host headers. Configure your web server to respond with 200 for /health regardless of the value of the host header.