Ongoing service disruptions
For the most recent update on ongoing service disruptions affecting the AWS Middle East (UAE) Region (ME-CENTRAL-1), refer to the AWS Health Dashboard. For information on AWS Service migration, see How do I migrate my services to another region?
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.
530 results
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 ...
1
answers
0
votes
95
views
asked 20 days 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
42
views
asked a month 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
33
views
asked a month 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
64
views
asked 3 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
152
views
asked 4 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
93
views
asked 4 months ago
Hello AWS Support Team,
I’m facing an issue with my pipeline in the US East (N. Virginia) region.
The pipeline is not running any stages when triggered, and under Pipeline execution details → Logs, b...
1
answers
0
votes
148
views
asked 5 months ago
Hi all,
I'm running into a frustrating problem with AWS CodeBuild runner projects, and I'm hoping someone in the community knows how to fix (or at least explain!) it.
**What I'm doing:**
I'm setting...
1
answers
0
votes
356
views
asked 5 months ago
So my requirement is there are two pipelines attached to main branch, it triggeres whenever code push on main branch. Now i want that primary should run automatically but disaster should wait until pr...
2
answers
0
votes
99
views
asked 6 months ago
We have a GitHub actions workflow with only one job which successfully starts GitHub runners with on-demand EC2 aws/codebuild/standard:7.0 Ubuntu, and it's generally working, even if a few builds run ...
1
answers
0
votes
186
views
asked 6 months ago
Here is my `apprunner.yaml`:
```
version: 1.0
runtime: nodejs22
build:
commands:
build:
- npm install && npm run build
- cd showcase && npm install && npm run build
run:
command: ...
3
answers
0
votes
110
views
asked 6 months ago
**PROBLEM**
I have two identical CodeBuild machines that are uploading React app build artifacts to S3. Despite having the same configuration, one machine consistently takes ~10 minutes while the oth...
1
answers
0
votes
103
views
asked 6 months ago