
Build and test code
Vendor
Amazon Web Services (AWS)
Company Website
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
No setup or maintenance
Avoid having to set up, manage, or patch your own build servers.
Scale capacity
Automatically scale capacity, so builds aren't waiting in a queue to run.
Pay by use
Pay only for the build minutes that you use.
Prepackaged build environments
Use prepackaged build environments or your own, and encrypt artifacts with your own keys.
Use cases
Automate continuous integration and delivery (CI/CD) pipelines
Create a fully automated software release process that promotes code changes through multiple deployment environments.
Remove the complexity of managing build servers
Run your existing Jenkins build jobs on CodeBuild to remove the need for configuring and managing Jenkins build nodes.
Build source code hosted on GitHub
Automatically initiate software builds using an existing GitHub repository and post the results back to GitHub.