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

As you can see in this [failed workflow run](https://github.com/palewire/django-calaccess-downloads-website/runs/8238306781?check_suite_focus=true), my task is able to create an EC2 image, but then fails to connect with GitHub to register. I made a...

Needed to run this for an t4g.micro instance with Amazon Linux 2. ```bash yum install libicu60 ``` without it, the config step fails with the error ``` Cannot get symbol...

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...

dependencies

I am trying to use this github action but I keep getting an error when checking if the GitHub self-hosted runner is registered. Can anyone outline some possible reasons for...

As of today I'm receiving the following deprecation warning for this action Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: machulav/ec2-github-runner@v2.

After creating Ec2 it is registering runner successfully but job isn't picking up on new runner. Job is Requested labels: smr41 is correct and matching newly created Machine but hanging...

The default 8GB root volume is too small for certain workflows. This PR adds a `storage-size` option that overrides the default size. Tested and works.

Closes #169 This PR adds an optional variable to request [EC2 Spot instances](https://aws.amazon.com/ec2/spot/) which are significantly more cost-effective for running non-critical workloads compared on-demand pricing. The default functionality remains the...