Skip to content

How to override net.core.somaxconn in Elastic Beanstalk?

0

Hi,

We are running Elastic Beanstalk with Amazon Linux 2 and Docker. I am wondering about the correct way to override the net.core.somaxconn parameter. I understand how to do this on Linux, but I am struggling to get my head around how it can be overridden inside the container, or what might control that process. We are using Dockerrun.aws.json v1 if that makes any difference.

Thanks,

Ian

asked 3 years ago479 views
1 Answer
0

It has been a few days since I made this post and there has been no response. In that time I have found another similar question https://repost.aws/questions/QUXjL8GhkiTiqltYuD17im-g/customizing-the-docker-run-command-on-elastic-beanstalk

This leaves me to wonder if what I am trying to do here is supported by AWS? In essence all I want to do is modify kernel parameters running inside the container that gets stood up by Elastic Beanstalk. I'm thinking that could be achieved with the docker run --sysctl parameter. https://docs.docker.com/engine/reference/commandline/run/

answered 3 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.