AWS CodeBuild

AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces ready-to-deploy software packages. With 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.

Use cases include automating continuous integration and delivery (CI/CD) pipelines, removing the complexity of managing build servers, and building source code hosted on GitHub.

Included in the Free Tier

  • 100 total build minutes per month with the general1.small or arm1.small instance types using on-demand EC2
  • 6,000 total build seconds per month with the lambda.arm.1GB or lambda.x86-64.1GB compute types
  • Reserved capacity EC2 does not offer a free tier
  • The CodeBuild free tier does not expire automatically at the end of your 12-month AWS Free Tier term
  • It is available to new and existing AWS customers

Visit the AWS CodeBuild Pricing Page for more information on its free tier offering.