0
I have defined the instance port (8080) on target group, configured target group to use port 8080. then pointed ELB's port 80 listener to the target group name. but it doesn't seem to work for me?
0
I have defined the instance port (8080) on target group, configured target group to use port 8080. then pointed ELB's port 80 listener to the target group name. but it doesn't seem to work for me?
0
Assuming your Jira is running fine in the EC2 and allow to reach internet (IGW) at VPC level. There is a few things you can check:
healthy
status under the target group
Thanks for your reply, 1- instance is not healthy unless I change the success code from 200 to 302. 2- SG for ALB allows port 80, 3- SG for EC2 allows port 8080 – Nashwan – 2019-04-14T23:06:30.127
One more thing to add, when I try to http call instance ...:8080 jira is working. but when I try to call ALB DNS it is not working. obviously as I mentioned, Target is showing instance as unhealthy. – Nashwan – 2019-04-14T23:42:42.437
1
>
302
to the healthcheck then you can add302
to theSuccess Codes
under the Health Checks tab.ALB DNS not working is due to no target is healthy for it to route the traffic, so if you fix the healthcheck, it should go through.
Thank you verymuch. found the issue and solved it. it was the on-prem FW blocking http requests to ELB endpoint. – Nashwan – 2019-04-16T06:22:02.787