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.

asked 2 years ago1334 views
1 Answer
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
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions