Fork me on GitHub
#aws
<
2020-07-22
>
jumar09:07:47

Can you access the load balancer logs? Maybe the load balancer considers your service as unhealthy for some reason? What do you see in the respective application logs? Do you see requests coming in and served in a timely fashion?

include17:07:46

which type of load balancer is? Classic, Application or Network ? Internet-facing or private? how about submeta; is it using the same subnets of your instances? (how many instances) ;

Hlodowig04:07:06

ALB, public, two AZ's, one instance in each one.

include08:07:41

you just check if there is any error in the alb long and the check this (https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-troubleshooting.html ) after that I would go through Target Groups and Listeners:ListenerRules and check if there is any problem there too