Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/jumpstart/action-items.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ Before we can get started, here's the minimum information we need from you.

We recommend [Runs On](/layers/github-actions/runs-on/) for self-hosted GitHub runners. It provides zero infrastructure management, simple setup, and cost-effective pricing.

### Purchase a RunsOn License

RunsOn requires a license to operate. We recommend purchasing the **Commercial License** ($300/year) for production deployments. A free 15-day trial is available if you need to evaluate first.

Please [purchase a RunsOn license](/layers/github-actions/runs-on/#-acquire-a-runson-license) and share the license key with Cloud Posse via 1Password.

If you have an existing deployment using a legacy approach, see:
- [Actions Runner Controller (EKS)](/layers/github-actions/tutorials/eks-github-actions-controller/)
- [Philips Labs GitHub Runners](/layers/github-actions/tutorials/philips-labs-github-runners/)
Expand Down
26 changes: 26 additions & 0 deletions docs/layers/github-actions/runs-on.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ We evaluated multiple self-hosted runner solutions and recommend RunsOn for most

<KeyPoints title="Quick Start">
<TaskList>
- Acquire a RunsOn license
- Vendor the required components
- Deploy the RunsOn component
- Install the GitHub App
Expand All @@ -58,6 +59,31 @@ If you opt to deploy RunsOn into a separate VPC, you will need to connect that V
</Note>

<Steps>
<Step>
## <StepNumber/> Acquire a RunsOn License

RunsOn requires a license key to operate. We recommend the **Commercial License** for production deployments. A free 15-day trial is available if you need to evaluate RunsOn first.

**License Options:**

| License | Cost | Use Case |
|---------|------|----------|
| Demo | Free (15 days) | Evaluation and testing |
| Commercial (recommended) | $300/year | Production deployments |
| Sponsorship | $1,500/year | Source code access + dedicated support |

Non-profit organizations qualify for free non-commercial licenses.

Once you have your license key, add it to your Atmos stack catalog at `stacks/catalog/runs-on/defaults.yaml` in the `LicenseKey` parameter.

<Note title="Working with Cloud Posse?">
Share your RunsOn license key via 1Password and we'll add it to your stack catalog for you.
</Note>

For more details, see the [RunsOn Pricing](https://runs-on.com/pricing/) page.

</Step>

<Step>
## <StepNumber/> Vendor RunsOn Component

Expand Down
6 changes: 6 additions & 0 deletions docs/quickstart/action-items.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ To get a head start on your infrastructure as code journey, we recommend complet

We recommend [Runs On](/layers/github-actions/runs-on/) for self-hosted GitHub runners. It provides zero infrastructure management, simple setup, and cost-effective pricing.

### Purchase a RunsOn License

RunsOn requires a license to operate. We recommend purchasing the **Commercial License** ($300/year) for production deployments. A free 15-day trial is available if you need to evaluate first.

See [Acquire a RunsOn License](/layers/github-actions/runs-on/#-acquire-a-runson-license) for details on licensing options.

If you have an existing deployment using a legacy approach, see:
- [Actions Runner Controller (EKS)](/layers/github-actions/tutorials/eks-github-actions-controller/)
- [Philips Labs GitHub Runners](/layers/github-actions/tutorials/philips-labs-github-runners/)
Expand Down