Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
31 views

.NET 9 runtime isn't available (yet) for AWS Codebuild. Even after installing the SDK using the following commands, my build would still get .NET 6 instead: version: 0.2 env: shell: bash phases: ...
Felipe Esteves's user avatar
2 votes
1 answer
82 views

I am trying to run Renovate inside AWS CodeBuild with AWS CodeCommit (source repo) and AWS CodeArtifact (private npm registry). Here is my buildspec.yml: version: 0.2 env: shell: bash git-...
user22409631's user avatar
0 votes
0 answers
35 views

I'm using AWS CodeBuild to build a project hosted in AWS CodeCommit. My build environment uses the amazonlinux-x86_64-standard:5.0 image. In my build project settings: Source: AWS CodeCommit ...
Varduhi Karapetyan's user avatar
0 votes
1 answer
135 views

I want to use a custom Docker image in a managed AWS CodeBuild environment. Previously, I had successfully used the provided image Amazon Linux 2023 x86_64 standard:5.0, which comes with pre-installed ...
Mambo's user avatar
  • 103
1 vote
1 answer
77 views

I'm using an AWS CodePipeline with GitHub Connections as the source action to deploy a Python app to an AWS Elastic BeanStalk. I’d like to emulate GitHub Actions' [skip ci] feature by detecting a ...
Gabriel Tkacz's user avatar
0 votes
1 answer
29 views

We have a AWS CodeBuild Project configured with an IAM Role with the required permissions to interact with some AWS services, in this case a DynamoDB table. We are executing a dotnet-script (CSX) ...
smk081's user avatar
  • 1,191
1 vote
1 answer
710 views

I'm trying to create my webscraper project and I'm following this guide: "https://github.com/thejoeosborne/scheduled-scraper-example". I uploaded all the account ids and regions in my fork ...
weyronn12934's user avatar
0 votes
1 answer
65 views

I am working on automating the deployment of a static website using AWS CodePipeline and CodeBuild, along with CloudFormation. However, I am encountering some issues in my buildspec.yml configuration. ...
Lala's user avatar
  • 1
0 votes
0 answers
135 views

I’m facing an issue where pnpm install keeps failing on AWS CodeBuild with errors like: [Container] 2024/12/17 14:35:11.133098 Running command pnpm install --no-frozen-lockfile --no-cache --loglevel ...
Sanskar Dahiya's user avatar
0 votes
1 answer
145 views

I am trying to build the node app through the AWS CodeBuild service and every time its failing with the same error "CLIENT_ERROR Message: no matching base directory path found for dist" ...
Desh Deepak Dhobi's user avatar
0 votes
1 answer
32 views

I'm working on deploying an AWS Telco Network and have followed the documentation in doing so along with their sample code, however on the final instantiation step I keep getting an sts:AssumeRole not ...
Hem's user avatar
  • 715
0 votes
2 answers
99 views

I feel as though I've trawled the entire internet and SO previous questions and tested every combination and permutation to try and get this working, but nothing at all I try works. I cannot seem to ...
Michael Cropper's user avatar
1 vote
3 answers
368 views

I have an AWS Codebuild project that should build my eleventy project. When the project runs npx @11ty/eleventy I can the following error: /codebuild/output/src3281352166/src/node_modules/.bin/...
Joe's user avatar
  • 4,928
0 votes
0 answers
84 views

I have a monorepo with frontend, backend and my-common yarn workspaces. +-- node_modules +-- package.json +-- tsconfig.json +-- buildspec.yml +-- my-common | +-- package.json | +-- ...
Eugene Tusmenko's user avatar
0 votes
1 answer
63 views

Error response from daemon: login attempt to ***/v2/ failed with status: 403 Forbidden [Container] 2024/08/03 09:13:53.450561 Command did not exit successfully echo "$DOCKER_REGISTRY_PASSWORD&...
CHIRAG SHARMA's user avatar
1 vote
2 answers
1k views

I have a reusable workflow that I have created in Github Actions, it uses AWS CodeBuild as a runner i.e. jobs: docker: runs-on: codebuild-XXX-XXX-${{ github.run_id }}-${{ github.run_attempt }} ...
Grilla99's user avatar
1 vote
0 answers
113 views

I'm setting up a CI/CD pipeline using AWS CodePipeline and AWS CodeBuild to deploy a Docker application running on an Elastic Beanstalk instance. The Docker credentials are stored in AWS Secrets ...
GalB's user avatar
  • 11
1 vote
2 answers
461 views

I have a Github actions workflow that consists of two dependent jobs: Job A does change detection: Which modules in my monorepo changed. Job B is a matrix job, iterating of all changed modules (the ...
florian norbert bepunkt's user avatar
1 vote
0 answers
102 views

I am running an AWS CodeBuild project to build, test and publish a .NET 8 application locally (within CodeBuild) and then running it as part of an integration test. The CodeBuild project is running/...
smk081's user avatar
  • 1,191
0 votes
0 answers
167 views

I'm trying to configure sns (slack) notifications for CodeBuild in Terraform. By that I mean the 'create notification' lable in the console when we click on "actions". However, I couldn't ...
theo's user avatar
  • 21
1 vote
2 answers
432 views

I do not see a way to use correto21 (java 21) to build a docker image in aws. For EC2 codebuilds, there is only up to correto11, where is the option for correto21 or 17? I see an option for lamda, and ...
coloradoman's user avatar
0 votes
1 answer
102 views

I am using NextJS to build a frontend application. My code base is stored on GitHub. I use codepipeline to create a pipeline and deploy it on an EC2 instance with Ubuntu on it. The issue: After my ...
nikita_trifan's user avatar
3 votes
1 answer
526 views

I tried setting up AWS codebuild so I could do a local build on AWS. I followed the guidance on https://docs.aws.amazon.com/codebuild/latest/userguide/use-codebuild-agent.html After doing the setup, I ...
Woodsman's user avatar
  • 1,199
0 votes
1 answer
73 views

I am seeing a very weird behaviour, where my codebuild is not populating logs when it is experiencing timeout in any of its phases. It correctly populates S3 logs in case of success or failure ...
Satyam Kumar's user avatar
0 votes
1 answer
308 views

I encountered an error while deploying my project on AWS CodeBuild. The error message was related to react-big-calendar library, but I am unsure what caused it. I'm using Nextjs 13.4.2, Node 18.6.0. ...
JsAddicted's user avatar

1
2 3 4 5
29