I have created my load balancer and added ec2-instance to my load balancer but it marks my instance as out of service. My load balancer and the ec2-instance has the same security group assigned to it.
Security Group: (Inbound traffic and outbound-Type:HTTP, Protocol: TCP, Port range:80, source:0.0.0.0/0)
Load balancer Health Check details:
Ping Protocol : TCP
Ping Port:80
Response timeout:5
Interval:10
Unhealthy Threshold:5
Healthy Threshold:3
Also,Tried removing the instance from the aws ELB and added to my elb again but that did'nt work. Can anyone give me any suggestions or help to resolve this issue.