AWS – AWS CodeBuild now supports batch builds with reserved capacity and Lambda compute
AWS CodeBuild has expanded its batch build capabilities to include support for reserved capacity fleets and Lambda compute. This enhancement allows you to select a mix of on-demand instances, reserved capacity fleets, or Lambda compute resources for your build batches. AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages ready for deployment.
Batch builds in CodeBuild enable the simultaneous execution of multiple, coordinated builds within a project. This feature is particularly beneficial for developers working on multi-platform projects or those with interdependent build processes. You can define the build sequence using various methods, such as a build list, a build matrix, or a dependency graph of build definitions. CodeBuild then manages the orchestration of these builds, streamlining the overall development and integration process.
The new compute options are now available in US East (N. Virginia), US East (Ohio), US West (Oregon), South America (Sao Paulo), Asia Pacific (Singapore), Asia Pacific (Tokyo), Asia Pacific (Sydney), Asia Pacific (Mumbai), Europe (Ireland), and Europe (Frankfurt). For more information about the AWS Regions where CodeBuild is available, see the AWS Regions page.
To learn more about running batch builds in CodeBuild, please visit our documentation. To learn more about how to get started with CodeBuild, visit the AWS CodeBuild product page.
Read More for the details.