How to address IP Exhaustion for large scale workload running ECS with Fargate Launch Type

0

Hi guys, I'm running a large-scale workload on the ECS Fargate launch type in a VPC CIDR (10.0.0.0/16). The Task that runs Fargate are located in a Private subnet with subnet mask /22. However, these tasks have scaled significantly recently and we are running out of IP addresses. I have read an article about addressing IP exhaustion on ECS with EC2 launch type that recommended the use of ENI Trunking to a subnet in a secondary CIDR in VPC. However, I'm not sure this will work for the Fargate Launch type. If you know if is it possible to use the ENI Trunking with secondary CIDR in VPC for Fargate, please let me know.

Thanks, Steven

1개 답변
0

ENI trucking is only supported with the EC2 deployment model.

You could add additional subnets to your ECS configuration. You don’t mention you are using multiple AZs.

If your out of addresses You could add a 2nd IP CIDR range to your VPC and move your ECS to the new range with a bigger network.

profile picture
전문가
답변함 6달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠