3 回答
- 最新
- 投票最多
- 评论最多
1
Problem solved: It was just a wrong security group associated with the load balancer. To find that the VPC flow logs were very helpful.
已回答 3 年前
0
Thanks for the answer. The ALB is Internet Facing. Where is the ALB located in the VPC ? Is it between the IGW and the subnets ? Is there a way to capture flows before they reach the ALB in the VPC ?
已回答 3 年前
ALB is between the Internet Gateway and the subnet.
What is the HTTP status code when accessing ALB?
504(Gateway Timeout)?
0
Are you creating ALB for internal use?
If accessed from the outside, it must be created with Internet Facing.
相关内容
- 已提问 3 个月前

I have exactly the same issue. The security group associated with the load balancer is the "default VPC security group", which have very permissive settings allowing all traffic on all ports. In what way was your security group wrong? I would be very grateful to hear more how you solved it. Thanks!