Questions tagged with AWS CodeBuild
AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages that are ready to deploy.
Content language: English
Filter questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
536 results
Since roughly 2026-07-25, starting a pipeline execution with a source revision override has stopped
working for our `CodeStarSourceConnection` (GitHub) source actions. The pipeline builds and deploys
...
3
answers
0
votes
53
views
asked 12 days ago
I'm trying to deploy AI agents using AWS CodeBuild in the ap-south-1 region but getting a "Cannot have more than 0 builds in queue for the account" error.
**Current Situation:**
- Region: ap-south-1 ...
2
answers
0
votes
88
views
asked 2 months ago
CodeBuild project is configured with a 180-minute timeout, but builds consistently show a 45-minute timeout instead. The project configuration correctly displays "timeoutInMinutes": 180, however the a...
2
answers
1
votes
175
views
asked 3 months ago
I'm trying out running builds locally using the steps at https://docs.aws.amazon.com/codebuild/latest/userguide/use-codebuild-agent.html
It all works fine and I get a zip containing my output artifac...
Accepted AnswerAWS CodeBuild
2
answers
2
votes
87
views
asked 3 months ago
My existing CodeBuild pipeline is configured to run on GitHub Push and PullRequest events. All resources run inside a VPC and must use an outbound HTTP proxy. The proxy URL (including username and pas...
2
answers
0
votes
91
views
asked 4 months ago
Hi,
I am upgrading my API Service Application from .Net 8.0 to .Net 10.0. Below is how the code looks like--
1. There is a Powershell script which deploys the application and below piece of code exec...
2
answers
0
votes
85
views
asked 5 months ago
Hello,
I am upgrading one of my projects from .Net 8.0 to .Net 10.0 framework. I use Codebuild to build and deploy the project.
On referring to the AWS Codebuild doco, it looks like .Net SDK 10.0 is ...
2
answers
0
votes
330
views
asked 6 months ago
#### Context
I'm configuring self-hosted Github Actions runner on CodeBuild. The repository is a private repo in my organization.
#### Issue
Github Actions Runner does not spin up
#### Log
Failed to...
3
answers
0
votes
146
views
asked 7 months ago
When attempting to compile Go programs that import github.com/aws/aws-sdk-go-v2/service/ec2
in AWS CodeBuild using BUILD_GENERAL1_SMALL compute type (3 GB RAM, 2 vCPU), the build fails
with the...
1
answers
0
votes
75
views
asked 7 months ago
**Region:** us-east-1
I created an AWS CodeBuild project successfully, but I cannot start any builds. Every attempt fails with:
AccountLimitExceededException: Cannot have more than 0 builds in queue...
1
answers
0
votes
158
views
asked 8 months ago
I am running an AWS CodeBuild project inside a VPC, and I do not have a NAT Gateway for cost reasons. This means my CodeBuild ENIs have no outbound internet access, even when placed in a public subnet...
2
answers
0
votes
278
views
asked 9 months ago
I try to setup AWS CodeBuild with a reserved capacity fleet using windows-server-2022. I use a custom docker image from a private ECR repository.
I have the issue that the runner setup fails during t...
1
answers
0
votes
133
views
asked 9 months ago