diff --git a/docs/jumpstart/action-items.mdx b/docs/jumpstart/action-items.mdx index e651e26c2..2567a0abf 100644 --- a/docs/jumpstart/action-items.mdx +++ b/docs/jumpstart/action-items.mdx @@ -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/) diff --git a/docs/layers/github-actions/runs-on.mdx b/docs/layers/github-actions/runs-on.mdx index 1181e1d50..8d3240931 100644 --- a/docs/layers/github-actions/runs-on.mdx +++ b/docs/layers/github-actions/runs-on.mdx @@ -40,6 +40,7 @@ We evaluated multiple self-hosted runner solutions and recommend RunsOn for most +- Acquire a RunsOn license - Vendor the required components - Deploy the RunsOn component - Install the GitHub App @@ -58,6 +59,31 @@ If you opt to deploy RunsOn into a separate VPC, you will need to connect that V + + ## 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. + + + Share your RunsOn license key via 1Password and we'll add it to your stack catalog for you. + + + For more details, see the [RunsOn Pricing](https://runs-on.com/pricing/) page. + + + ## Vendor RunsOn Component diff --git a/docs/quickstart/action-items.mdx b/docs/quickstart/action-items.mdx index 12f5e8ac2..f46607afc 100644 --- a/docs/quickstart/action-items.mdx +++ b/docs/quickstart/action-items.mdx @@ -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/)