Steve Holt
Steve Holt

Reputation: 85

AWS Load Balancer

Hello I am i doing a proof of concept with AWS's EC2 and Loadbalancer. I have a wildfly quickstart running on 2 different EC2 instances. They work fine, in that i can go to them directly in my browser and get the sites to come up. One says hello server 1 and the other 2. Running on port 8080.

I have a load balancer set up and it sees my instances and the healthcheck i have in place says they're working.

The configuration is: 80 (HTTP) forwarding to 8080 (HTTP)

When i go to the dns entry + health check path (HTTP:80/wildfly-helloworld/HelloWorld) for the load balancer in my browser it times out.

The bizarre thing again is that it shows my instances as "In Service" and healthy.

Also security on the load balancer is allows ALL inbound and outbound traffic.

Any suggestions?

Thanks

Upvotes: 3

Views: 1144

Answers (1)

Steve Holt
Steve Holt

Reputation: 85

Answer found here:

https://forums.aws.amazon.com/message.jspa?messageID=579018#579018

In short the security on the load balancers were off.

Upvotes: 3

Related Questions