AWS CodeBuild

Build and test code with automatic scaling

Why CodeBuild?

With AWS CodeBuild, you don’t need to provision, manage, and scale your own build servers. You just specify the location of your source code and choose your build settings, and CodeBuild will run your build scripts for compiling, testing, and packaging your code.

Benefits of CodeBuild

Avoid having to set up, manage, or patch your own build servers.

Learn more

Automatically scale capacity, so builds aren't waiting in a queue to run.

Learn more

Pay only for the build minutes that you use.

Learn more

Use prepackaged build environments or your own, and encrypt artifacts with your own keys.

Learn more

Use cases

Create a fully automated software release process that promotes code changes through multiple deployment environments.

Learn more about CI/CD development

Run your existing Jenkins build jobs on CodeBuild to remove the need for configuring and managing Jenkins build nodes.

Learn more about integrating with Jenkins

Automatically initiate software builds using an existing GitHub repository and post the results back to GitHub.

Learn more about using GitHub

Explore Amazon CodeCatalyst

A unified software development service to quickly build, deliver, and scale applications on AWS.

Learn more about CodeCatalyst


Explore more of AWS