ec2-github-runner icon indicating copy to clipboard operation
ec2-github-runner copied to clipboard

On-demand self-hosted AWS EC2 runner for GitHub Actions

Results 92 ec2-github-runner issues
Sort by recently updated
recently updated
newest added

I'm trying to set up a GitHub self-hosted runner to run on-demand tasks using the reference from here [https://github.com/marketplace/actions/on-demand-self-hosted-aws-ec2-runner-for-github-actions.] I've managed to set it up to a certain extent, but...

Currently the github runners fail to register as it hangs waiting for input on the ./config.sh if the --unattended argument is added, this will be fixed.

Hey folks, considering more organizations are choosing to force the use of the new fine-grained access tokens, I took a stab at implementing the feature. It's working well on our...

**Feature Request:** I am currently using a GitHub Action workflow to test a website (domain hosted in Cloudflare and secured by Zero Trust). To allow access, I add specific IPs...

Based on [AWS SDK for Javascript](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/EC2.html), EBS disk size can be configured using `BlockDeviceMappings` parameter. I'm only interested to setup the `BlockDeviceMappings.Ebs.VolumeSize` field. I was thinking if we can add...

Hi using > machulav/ec2-github-runner@v2 we get a notifictaion that `(node:1568) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. For more...

When rerunning failed jobs, have you ever experienced difficulties setting up a runner? The logic behind GitHub's "rerun failed jobs" feature is to only rerun the failed job and its...

## Overview The variable `region` is a new supported output variable created in #231, but I noticed the README was not updated. ## Testing Verified by looking at markdown preview...