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.

feita há 2 anos1353 visualizações
1 Resposta
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
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas