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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南