Error: The sum of all container cpu values cannot be greater than the value of the task cpu

0

I'm trying to deploy a fargate service. In my taskdef.add_container definition i have cpu = 8192, memory_limit_mib = 32768 but when i deploy it i get the error as in the title.

asked a year ago1480 views
1 Answer
0
Accepted Answer

Check the cpu configuration under container definition. Basically sum of all containers CPU should be less than the CPU limit defined for your task. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html

AWS
answered a year 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