AWS CodeBuild now supports organization and enterprise level GitHub self-hosted runners
AWS CodeBuild now supports registering self-hosted runners at GitHub organization or enterprise level. Additionally, you can assign your self-hosted runners to specific runner groups for enhanced security and access control. AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages ready for deployment.
Organization and enterprise level runners provide centralized management across multiple repositories. Runner groups offer additional security control with granular repository access policies. You can also configure webhook filters on your CodeBuild projects to allow or deny workflow jobs from specific GitHub organizations or repositories.
This feature 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.
To get started, configure runner scope and group in your CodeBuild projects. CodeBuild will automatically register your runners to the correct destination. To learn more about using CodeBuild self-hosted runners, visit the CodeBuild runner tutorial.