Not able to create code pipeline

0

I am not able to create a code pipeline because of this error.

Error calling startBuild: Cannot have more than 0 builds in queue for the account (Service: AWSCodeBuild; Status Code: 400; Error Code: AccountLimitExceededException; Request ID: 06ae2fd7-a706-4dd4-b5e1-b025d70f559d; Proxy: null)

I am not able to access technical support team, it seems due to my plan, but not sure. My plan is basic, is there any way to contact technical team with basic plan.

Your answer is highly appreciated, kindly let me know.

已提问 9 个月前180 查看次数
1 回答
1

Is your AWS Account recently created, as for newly created accounts it takes time until account gets completely validated. I'd suggest you to wait until the account is validated and configured with the standard concurrent builds limit.

Please refer this Workshop, where at the end same problem is discussed with it's possible cause.

If this doesn't apply to you then I'd suggest you to check number of concurrent running builds in AWS CodeBuild quota at service quota console for codebuild service.

If you see that quota value lesser than what is required for your account:

  1. Select that quota and and click "Request quota increase" button at tope right of the page.
  2. Enter new value under "change quota value" field
  3. Clicke Request

Best way to get the clear direction is to reach out to AWS support to get it fixed as AWS support is well equipped to look up your account and pin point the problem but unfortunately with the basic support plan, you'd not be able to contact to AWS Support.

When you check the service quotas, make sure that region is same in which you are running codebuild.

Hope you find this information helpful.

Comment here if you have additional questions, happy to help.

Abhishek

profile pictureAWS
专家
已回答 9 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容