Fork me on GitHub
#aws
<
2020-07-21
>
Hlodowig16:07:52

Hi everybody, off-topic AWS question. Any of you have experienced terrible response times after putting your EC2 through an application LB? We had this thing running fine in a t2 micro. As soon as we put it behind the LB performance dropped. We had another case were we just removed availability zones from the LB that had no instances on them. But this time I just can't get what's going on.

ghadi16:07:13

it could be anything

ghadi16:07:31

you could have run out of cpu credits

ghadi16:07:01

you need some data to know definitively

3
ghadi16:07:17

profiling the application/JVM profiling the machine monitor the load balancer (in rough priority order of things to investigate)

Hlodowig18:07:48

What's weird is this happens as soon as we put this thing behind the LB. Otherwise things run just fine.

jumar20:07:25

"performance dropped" means "latency increased"? How much?

Hlodowig20:07:56

Yup, from 1-3 seconds to up to a minute. Seems like the first requests you make "warm up" something, after that the application works fine for a while and then takes a dive again.

ghadi20:07:18

my $0.02; it is too early to speculate -- find some data about what is going on, then make a hypothesis

ghadi20:07:26

CPU normal?

ghadi20:07:41

Loadbalancer target group instances healthy?

ghadi20:07:58

t2/t3 instances use CPU credits -- are you still running with t2 instances?

ghadi20:07:55

starting up the application could have used up all the cpu credits -- load balancer might be a total red herring

Hlodowig20:07:37

CPU normal. Instances show as healthy. No CPU credits since these are being paid on demand. Everything looks fine until I plug this thing to the LB. Direct access to the instances works just fine.