Cannot Find Solution to Project-level concurrent build limit cannot exceed the account-level concurrent build limit of 0 Error

0

Hello all,

In CodeBuild I have been trying to get a Build Project running but I keep running into the error "Project-level concurrent build limit cannot exceed the account-level concurrent build limit of 0." I have seen a couple of posts on this forum that either suggest to create non-root accounts or contact AWS Support. I have created non-root accounts but still receive the same error, and have contacted AWS Support but they instead redirected me to the same posts I have already seen or to ask here.

Could I have some assistance on this matter?

1 Answer
0

The error message "Project-level concurrent build limit cannot exceed the account-level concurrent build limit of 0" means that your AWS account has a limit of 0 for the number of concurrent builds that can run at the same time.

To fix this error and increase the concurrent build limit, you need to request an increase from Amazon Web Services (AWS) Support.

Here are the steps to request an increase:

  1. Open the AWS Support Center: https://aws.amazon.com/support/
  2. Click on the "Create a new case" button.
  3. Fill out the case form, select "Service Limit Increase" as the category, and specify that you need an increase for the concurrent builds limit for AWS CodeBuild.
  4. Submit the form.
  5. AWS Support will review your request and get back to you with a resolution.
profile picture
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