ECS service CPU limit

0

I got this message from ECS service was unable to place a task and the reason was I ve reached the number of vCPUs I can run concurrently. How to handle this.I need more scaling

Kalam
asked 8 months ago347 views
1 Answer
0

Hello.
If you are unable to start due to ECS service quota limitations, you can extend the vCPUs in your AWS account by applying through Service Quota.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html

The procedure for applying for service quota can be found in the following document.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html#service-quotas-manage

If the task load is large and exceeds the vCPU set in the task definition, consider increasing the vCPU in the task definition.
https://docs.aws.amazon.com/AmazonECS/latest/userguide/fargate-task-defs.html#fargate-tasks-size

profile picture
EXPERT
answered 8 months ago
profile pictureAWS
EXPERT
reviewed 8 months ago
profile picture
EXPERT
reviewed 8 months 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