How to increase the timeout between ELB/ALB and EC2

0

I have a service that sometimes takes more than 60 to complete.
However, i'm receiving a connection error before the conclusion of the service.

I have increased, previously, the idle timeout in the ELB / ALB and haven't solved my problem.

How can i increase the timeout time enought for my application returns correctly?

lfec
asked 4 years ago1350 views
1 Answer
0

I'm using a tomcat server behind the ELB, after a few tests i found that the problem lies with the Apache server.
After increasing its keepAlive parameters, the requests are not interrupted anymore

used this post as guide:
https://jaxenter.com/troubleshooting-aws-elastic-beanstalk-134700.html

lfec
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions