-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable ECS with other networking modes #40
Comments
We have been a long time ECS user (pre-awsvpc) and unfortunately the way our environment is built we cannot easily switch. Once bridge mode is supported we will be able to do a larger production rollout of this! |
We would love to be able to switch to |
@jlambert121 thanks for the input! |
@idubinskiy thanks for the input! Is it just ENI density that keeps you from moving to |
@jamsajones We also use Ubuntu as the base for our ECS instances, so that's not officially supported, but it seems that there are ways to get |
To echo what @idubinskiy said, the ENI limit is definitely very restrictive for us to even consider a move to using |
@jamsajones We have the same issue(s) as @idubinskiy. It's not uncommon for us to have 15-20 containers on our instances (m5.2xlarge). To support that number of containers, we would need to switch to at least an m5.24x (which still only supports 15 ENIs). Not to mention the amount of CPU/memory we would be wasting on such a large instance when we're only able to pack 15 containers on it. Surely this is a concern for other customers as well? |
@idubinskiy thanks for the info re: |
For the ENI density topic, this is a common request from our customers and is now part of the public roadmap for the AWS Containers Org. Feel free to comment over there if you have not yet aws/containers-roadmap#7. From an App Mesh perspective we are still going to look into ways to support other modes as |
@jamsajones The roadmap is really helpful. However, as far as commenting, the "issues" all have this message: Edit: It's also not possible to create an issue in that repo right now, despite the README there saying
|
Hey @idubinskiy! Containers roadmap should be open for comments and issues as of yesterday. There was a brief window when we went public and it got popular that we hit a setting and it limited it to repository owners. All is open now! Def feel free to come open issues/comment. |
@abby-fuller Thanks for the update! |
Hi everyone, FYI we have an upcoming launch for ECS that will increase the number of ENIs on ECS when using awsvpc networking mode on nitro-based instances. This will help make it easier to use App Mesh with awsvpc networking on ECS: aws/containers-roadmap#7 |
We now have increased task limits when using awsvpc task networking mode. This let you go up to 120 tasks per instance, depending on instance type. More details here and here |
In ECS awsvpc networking mode doesn't meet everyone's needs. Enabling other network modes would be great.
The text was updated successfully, but these errors were encountered: