> ## Documentation Index
> Fetch the complete documentation index at: https://site.aspect.build/llms.txt
> Use this file to discover all available pages before exploring further.

# Choosing Aspect Cloud or Aspect Enterprise

> Compare Aspect Cloud with Aspect Enterprise, hosted by Aspect or self-hosted, on isolation, data ownership, who operates it, and what you can configure.

Aspect Workflows runs on [Aspect Cloud](/docs/aspect-workflows/cloud/overview), Aspect's multi-tenant service, or on [Aspect Enterprise](/docs/aspect-workflows/enterprise/overview), an isolated deployment for your organization. The remote cache, the Build Results UI and the CLI are on both. What differs is where your build data lives, who can reach it, who operates it, and whether CI and developer machines share one cache.

## Quick answer

| If you need                                                             | Choose                                                                                   |
| ----------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| A remote cache and build history today, with nothing to provision       | [Aspect Cloud](/docs/aspect-workflows/cloud/overview)                                    |
| Remote execution or CI runners now                                      | [Aspect Enterprise](/docs/aspect-workflows/enterprise/overview)                          |
| Remote execution or CI runners on Aspect Cloud                          | [Early access](/contact?topic=early-access), coming in early 2027                        |
| Infrastructure and data no other customer shares, operated by Aspect    | [Aspect Enterprise, hosted by Aspect](/docs/aspect-workflows/enterprise/hosted/overview) |
| Build data that stays in your own cloud account, air-gapped or GovCloud | [Aspect Enterprise, self-hosted](/docs/aspect-workflows/enterprise/self-hosted)          |
| Build infrastructure on your own hardware                               | Aspect Enterprise, on-prem ([early access](/contact?topic=on-prem))                      |

Hosted by Aspect and self-hosted are the same product, [Aspect Enterprise](/docs/aspect-workflows/enterprise/overview), in different cloud accounts. On-prem (coming soon) is a third deployment option, installed with a Helm chart on your own hardware. Hosted and self-hosted can start with a [30-day trial of Aspect Enterprise](/docs/aspect-workflows/enterprise/evaluation/greening).

## Pricing

Aspect Cloud has a Free tier and a Team tier, both on [pricing](/pricing). For Aspect Enterprise, [talk to us](/contact).

## Side by side

|                                                          | Aspect Cloud                            | Aspect Enterprise, hosted by Aspect                                                     | Aspect Enterprise, self-hosted                                                          |
| -------------------------------------------------------- | --------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| **Remote cache**                                         | ✓                                       | ✓                                                                                       | ✓                                                                                       |
| **Build Results UI**                                     | ✓                                       | ✓                                                                                       | ✓                                                                                       |
| **CI and developer machines share one cache**            | ✓                                       | Optional: shared, or a separate cache and executor fleet for developers                 | Optional: shared, or a separate cache and executor fleet for developers                 |
| **Remote execution**                                     | Coming soon                             | ✓                                                                                       | ✓                                                                                       |
| **CI runners**                                           | Coming soon: Linux, OCI image-based     | Linux VMs with fully customizable images; macOS and OCI image-based runners coming soon | Linux VMs with fully customizable images; macOS and OCI image-based runners coming soon |
| **Selective delivery**                                   | Coming soon                             | ✓                                                                                       | ✓                                                                                       |
| **SSO through Aspect sign-in**                           | Coming soon                             | ✓                                                                                       | ✓                                                                                       |
| **Your own identity provider, replacing Aspect sign-in** | —                                       | ✓                                                                                       | ✓                                                                                       |
| **SCIM provisioning**                                    | —                                       | ✓                                                                                       | ✓                                                                                       |
| **Infrastructure**                                       | Shared, scoped to your organization     | Isolated, yours alone                                                                   | Isolated, in your cloud account                                                         |
| **Data**                                                 | Scoped to your organization             | Isolated, no shared store                                                               | Isolated, in your cloud account                                                         |
| **Whose cloud**                                          | Aspect's                                | Aspect's                                                                                | Yours                                                                                   |
| **Air-gapped or GovCloud**                               | —                                       | —                                                                                       | ✓                                                                                       |
| **Provisioning**                                         | None: sign up                           | Aspect provisions it                                                                    | Terraform, applied by you or by Aspect                                                  |
| **Getting started**                                      | [Sign up](https://signup.aspect.build/) | [Talk to us](/contact)                                                                  | [Talk to us](/contact)                                                                  |

## How to choose

**Start with where your build data is allowed to sit.**

* If there's no constraint, **Aspect Cloud** gets you cache hits today with nothing to provision.
* If isolation is required but the data may live in a vendor's cloud, **Aspect Enterprise hosted by Aspect** gives you isolated infrastructure and isolated data without an infrastructure project.
* If build inputs, secrets and artifacts must stay inside infrastructure your company owns, choose **Aspect Enterprise, self-hosted**. This is common in regulated industries (healthcare, financial services, security) and in large enterprises, where the requirement is written down. Self-hosted is also the only option for air-gapped networks and GovCloud.

Both Aspect Enterprise options give you **data isolation**: no other customer shares your infrastructure or data. Self-hosted adds **data ownership**: your account, credentials and retention. [Security and data handling](/docs/aspect-workflows/platform/security#where-it-lives) has the detail.

**Then decide who operates it.** When Aspect hosts, Aspect provisions, monitors, upgrades and restores, and nobody on your team learns the infrastructure. Self-hosted spans a range: Aspect can operate and maintain it while your team keeps access for visibility, or your team can own maintenance with Aspect read-only or advisory. [Self-hosted deployment options](/docs/aspect-workflows/enterprise/self-hosted) lays out that range.

**Then decide how much to customize.** A standard deployment (Aspect-managed, Aspect sign-in, endpoints on Aspect's domain) is the same hosted by Aspect and self-hosted, includes every Aspect Workflows capability, and is the fastest to stand up, with the least work for your infrastructure team. Customizations are fully supported for organizations that require them for security, compliance, or data privacy:

* SSO through Aspect sign-in, connected to your identity provider
* Your own identity provider in place of Aspect sign-in
* SCIM provisioning from your directory, with Aspect sign-in
* Private endpoints (AWS PrivateLink or GCP Private Service Connect) and VPC peering
* Endpoints on your own DNS domain

<Note>
  The cache and remote execution speak the standard Remote Execution API and your pipelines
  run vanilla <code>bazel</code>, so moving between Aspect Cloud and Aspect Enterprise, or
  between hosted by Aspect and self-hosted, changes endpoints and credentials, not your build.
  The new deployment's cache starts cold, and build history stays where it was recorded.
</Note>

## Next

* **Aspect Cloud:** [local setup](/docs/aspect-workflows/cloud/local-setup), then [CI setup](/docs/aspect-workflows/cloud/ci-setup).
* **Aspect Enterprise:** [the path](/docs/aspect-workflows/enterprise/overview#the-path), from trial to connected pipelines.
