Help
Hosting GitHub runners on AWS has never been easier.
How does it work?
The following diagram illustrates the architecture of HyperEnv for GitHub Actions Runner. The architecture consists of the following components:
- An API Gateway, Lambda functions, and an SQS queue deployed to your AWS account launch EC2 instances on-demand to execute GitHub jobs.
- The private GitHub app grants HyperEnv access to register runners and recieve webhook events.
- GitHub sends webhook event whenever a new job gets created.
- HyperEnv launches an EC2 instance with GitHub runner and build environments pre-installed.
- The GitHub runner executes the job.
- The EC2 instance terminates.
Upgrade Guide
We release improvements, bug fixes and security patches regularly. Stay up to date!
Upgrade HyperEnvFAQ
Currently, HyperEnv for GitHub Actions Runner provides runners based on Ubuntu 22.04 only. Please write in, in case you are looking for runners based on other operating systems.
We aim to provide a drop-in replacement for GitHub-hosted runners. Therefore, we pre-install the same packages (see supported software).
Yes, use the
runs-on
property to configure which of your GitHub workflows shall run on HyperEnv.Contact us
Do you have any questions? Do you want to discuss your requirements or watch a demo?
Send e-mail