Hello, Our team has repeatedly tried to use AWS Fa...
# aws
f
Hello, Our team has repeatedly tried to use AWS Fargate for tasks with pulumi, and it has worked fine but everytime we try to launch a task with 4 vcpu, we get an error:
Copy code
Dispatched with response: {'tasks': [], 'failures': [{'reason': 'The requested CPU configuration is above your limit'}],
However, we have not found any documentation about how to raise this limit, since the service quota increase has not solved this issue. Only thing about this found by Googling has been this thread, that has no answers: https://forums.aws.amazon.com/thread.jspa?threadID=335825. Does someone here happen to have had this issue, and has resolved it somehow? This started to happen a while back, and before this it was working ok. So it's quite confusing
b
It looks like this is an issue with your AWS account. Have you raised a support ticket within the AWS console?
f
Yeah that's probably an issue on the AWS side, I'll raise a ticket 👍