All Content 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 content
Select tags to filter
Sort by
Sort by most recent
546 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
...
2
answers
0
votes
41
views
asked 6 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
83
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
160
views
asked 2 months ago
Varun SharmaEXPERT
published 3 months ago0 votes158 views
I want to dynamically override AWS CodePipeline variables using Amazon EventBridge rules or schedules, and use those variables with entry conditions to conditionally skip pipeline stages. This article...
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
Elvis_PEXPERT
published 3 months ago1 votes205 views
Building a Multi-Region CI/CD Architecture on AWS - consider security, logging, and monitoring at the minimum
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
90
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
84
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
324
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
141
views
asked 6 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 6 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
157
views
asked 8 months ago