Skip to content

Cannot Get CodeBuild to Build More Than 1 Concurrent Build

1

I cannot seem too get more than 1 concurrent build running at a time. If I try to set the "restrict Number of Concurrent Build" in the Project Configuration for CodeBuild to say 3 I get this error:

"Project-level concurrent build limit cannot exceed the account-level concurrent build limit of 1"

The build that we use builds a custom Windows Server Docker image. Not sure if that has any bearing on this.

thanks

1 Answer
2
Accepted Answer

There are various account level quotas that AWS sets for new and existing accounts. Some of the quotas protect you from unpredicted cost skyrocketing when you just start the cloud journey, the other ones might be applied if AWS detects something unusual in your accounts (e.g. an open vulnerability, an expired credit card, ...)

The best way to resolve this issue is contacting AWS Support and requesting the quota increase for the number of concurrent builds in AWS CodeBuild. If there are some things that need to be fixed in your account first, you will be informed about that. Otherwise, the quota will be increased, so you can run more than one build in parallel.

AWS
answered 4 years 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.