CodeBuild Project

CodeBuild Project Presets

Ready-to-deploy configuration presets for CodeBuild Project. Each preset is a complete manifest you can copy, customize, and deploy.

3 presets
01

GitHub CI (Linux)

This preset creates a CI-only CodeBuild project that triggers on pushes and pull requests to the main branch of a GitHub repository. Build status is reported back to GitHub as commit status checks....

02

Docker Build with ECR Push

This preset creates a CodeBuild project optimized for building Docker images and pushing them to Amazon ECR. Privileged mode enables Docker daemon access inside the build container. Local Docker...

03

CodePipeline Build Stage

This preset creates a CodeBuild project designed to run as a build or test stage within an AWS CodePipeline. Source code and build artifacts are managed by the pipeline — CodeBuild receives input...