3 Antworten
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
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.
beantwortet vor 3 Jahren
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 ?
beantwortet vor 3 Jahren
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.
Relevanter Inhalt
- AWS OFFICIALAktualisiert vor 7 Monaten
- AWS OFFICIALAktualisiert vor einem Jahr

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!