GitHub Actions Runner images for AWS, to be used with RunsOn, or for your own usage.
Official images are replicated and published every 15 days.
Those images are very close to 1-1 compatible with official GitHub Actions runner images. Some legacy or easily available through actions software has been removed to ensure faster boot times and lower disk usage.
ubuntu22-full-x64ubuntu22-full-arm64ubuntu24-full-x64ubuntu24-full-arm64
These images are being aligned with upstream "full" Windows tooling (including Visual Studio/C++ and Hyper-V-related components where supported). Some legacy or easily available through actions software may still be removed to ensure faster boot times and lower disk usage. Availability of virtualization-dependent components can vary based on EC2 instance capabilities and build tooling support.
windows22-full-x64windows25-full-x64
Those use the Linux images as base, and include NVidia GPU drivers, cuda toolkit, and container toolkit, version 12.
ubuntu22-gpu-x64ubuntu24-gpu-x64
- North Virginia (
us-east-1) - Ohio (
us-east-2) - Oregon (
us-west-2) - Ireland (
eu-west-1) - London (
eu-west-2) - Paris (
eu-west-3) - Frankfurt (
eu-central-1) - Mumbai (
ap-south-1) - Tokyo (
ap-northeast-1) - Singapore (
ap-southeast-1) - Sydney (
ap-southeast-2)
For the x86_64 image, search for:
- name:
runs-on-v2.2-<IMAGE_ID>-* - owner:
135269210855
For instance, for the ubuntu22-full-x64 image, search for:
- name:
runs-on-v2.2-ubuntu22-full-x64-* - owner:
135269210855
- SSH daemon is disabled by default, so be sure to enable it in a user-data script if needed.