Cannot have more than 0 builds in queue for the account

0

Hello. I have created - root user and admin user in IAM. (payment method is with active card)

After that i have created CodeCommit repo and CodeBuild project.

Tried to start build and obtain an error

Build failed to start Build failed to start. The following error occurred: Cannot have more than 0 builds in queue for the account

Checked Service Quotas and default is 60 concurrent builds.

  1. What am I doing wrong?

  2. How can i solve this problem without buying support plan ? (current i have free basic support plan)

Thank you in advance

Kris
질문됨 일 년 전904회 조회
3개 답변
1
수락된 답변

Hello,

This is difficult to troubleshoot without knowing the account ID.

CodeBuild has an on-demand fleet, which scales based on incoming customer volume. If capacity is not immediately available, CodeBuild tries to queue the builds for additional capacity to be available in the build fleet. The rate at which the builds are processed are determined by your build concurrency limit - which is 0 as per the error message. The default is 60 [1] but this can be lower for new accounts. Did you just create an account? if so, can you please launch an EC2 for a few minutes (a t2.micro should do fine)? Then you can try again your code build at least an hour after.

[1] https://docs.aws.amazon.com/codebuild/latest/userguide/limits.html#service-quotas

Hope it helps,

Jon

profile pictureAWS
전문가
답변함 일 년 전
1

Thank you Jon. You are absolutely right. After i started EC2 instance, i received message about "Your Request For Accessing AWS Resources Has Been Validated"

And after that - Codebuild started work as expected

Kris
답변함 일 년 전
0

Thank you Jon, yesterday i was also facing the same error i even created a support ticket to increase the concurrent build quota which was already 60 . but at the end of the i implemented your solution and it worked for me.

i simply created a t2.micro for 10 mints and then terminated it then after that i re-triggered my build stage and boom....it was working fine Thank jon.

답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠