Maintained with ☕️ by
IcePanel logo

AWS CodeBuild now supports managed GitHub Action runners

Share

Services

AWS CodeBuild now supports managed GitHub Action self-hosted runners. Customers can configure their CodeBuild projects to receive GitHub Actions workflow job events and run them on CodeBuild ephemeral hosts. AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages ready for deployment. This feature allows GitHub Actions to integrate natively with AWS, providing security and convenience through features such as IAM, AWS Secrets Manager, AWS CloudTrail, and Amazon VPC. Customers can access all compute platforms that CodeBuild offers, including Lambda, GPU-enhanced and Arm-based instances. CodeBuild's integration with GitHub Actions webhooks is available in all regions where CodeBuild is offered. For more information about the AWS Regions where CodeBuild is available, see the [AWS Regions page](https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/). To get started, [set up webhooks in a CodeBuild project](https://docs.aws.amazon.com/codebuild/latest/userguide/action-runner.html#sample-github-action-runners-create-project), and update the GitHub Actions workflow YAML to use self-hosted runners hosted on CodeBuild machines. To learn more about how to get started with CodeBuild, visit the [AWS CodeBuild product page](https://aws.amazon.com/codebuild/). To learn more about CodeBuild’s integration with GitHub Actions, see CodeBuild’s documentation for [self-hosted GitHub Action runners in AWS CodeBuild](https://docs.aws.amazon.com/codebuild/latest/userguide/action-runner.html).