This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
Change ec2 network mode to start using bridge instead of awsvpc #2
Labels
enhancement
New feature or request
awsvpc network mode has some limitations because it assigns ENI to each ec2 so for example the t2.micro can have only 2 ENIs, so it can run only 2 tasks
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html
The text was updated successfully, but these errors were encountered: