AWS Fargate Increase Concurrent Running tasks

0

When creating a service in AWS Fargate, that runs 1000 tasks, if I create a second one, then it stops scaling at 1000 concurrent tasks between both. The service quota is 5000 but it seems that the limit is imposed by the "DiscoverInstances" Quota which is set at 1000.

So if I understood correctly, if I request an increase of the DiscoverInstances quota to 3000, Fargate will be able to scale up to 3000? Or do I need to request an increase for other quotas? What is a reasonable number to request for that quota? I would like to run 100.000 concurrent tasks but don't know if it is too much to ask.

Thank you.

已提问 2 年前1354 查看次数
1 回答
0

You should able to check the quota here: https://console.aws.amazon.com/servicequotas/#!/services/fargate/quotas

The quota name is: Fargate On-Demand resource count

The default quote is 1,000. Please try increase this quote if needed.

AWS
Alick
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则