Top "Aws-codebuild" questions

Describes Amazon Web Services CodeBuild questions and answers.

Get GitHub git branch for AWS CodeBuild

I'm setup AWS CodeBuild to build automatically from GitHub. Other CI services provide an environment variable for the branch, but …

git amazon-web-services aws-codebuild
I get AWS ECR exit status 255 despite using AWS ubuntu containers

I am trying to build a docker container in AWS code build as a means to deploy a container to …

amazon-ecs aws-codebuild aws-ecr
AWS CodeBuild error on DOWNLOAD_SOURCE: CLIENT_ERROR: repository not found for primary source and source version

I'm trying to create a CodeBuild project using Terraform, but when I build I'm getting the following error on the …

terraform aws-codebuild terraform-provider-aws
How to run docker-compose on AWS CodeBuild?

I'm trying to setup automated Rails tests on AWS CodeBuild using docker-compose, but it errors out. In buildspec.yml: phases: …

ruby-on-rails amazon-web-services docker docker-compose aws-codebuild
Selecting other branch instead of master as a source repository on AWS CodeBuild

How to specify different branch instead of master branch on AWS code deploy while using Github as source provider ? I …

git amazon-web-services aws-codebuild
ImportError: cannot import name 'docevents' from 'botocore.docs.bcdoc' in AWS CodeBuild

ImportError: cannot import name 'docevents' from 'botocore.docs.bcdoc' (/python3.7/site-packages/botocore/docs/bcdoc/init.py) Traceback (most recent call …

python amazon-web-services docker aws-codebuild
DOWNLOAD_SOURCE Failed AWS CodeBuild

Whenever I start AWS CodeBuild I get this type of error every time. please help. DOWNLOAD_SOURCE Failed 3 mins, 2 secs …

amazon-web-services devops aws-codebuild
AWS Codebuild puting all artifacts in root of S3 bucket

I'm building a project that puts all of it's files in a 'dist' folder, and running it through CodeBuild. I'm …

aws-codebuild
YAML_FILE_ERROR: YAML file does not exist

I'm working on to implement pipeline on AWS, but getting error YAML_FILE_ERROR: YAML file does not exist, I …

amazon-web-services pipeline aws-codebuild
How to handle multiple environments in CodePipeline?

I'm using code pipeline to deploy my infrastructure and I would like to be able to deploy it in different …

amazon-web-services aws-lambda aws-codepipeline aws-codebuild