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

# Setup overview

export const m_runner = "Maia runner";

export const maia = "Maia";

To begin using {maia}, you need to configure your environment. The requirements differ based on the deployment type:

* **Hybrid SaaS** requires both a cloud platform and a cloud data warehouse.
* **Full SaaS** requires only a supported cloud data warehouse, as Matillion provides and manages the cloud platform.

Read [Full SaaS vs Hybrid SaaS](/docs/guides/runner-overview#matillion-full-saas-vs-hybrid-saas) for more details. Use this overview to identify the correct setup guide for your environment.

***

## Hybrid SaaS

With **Hybrid SaaS**, you deploy and manage your own {m_runner}s within your own cloud infrastructure. This gives you full control over security measures, network isolation, access control, and where your secrets are stored. This option is available for [Enterprise](/docs/administration/editions) edition customers only.

The table below shows the supported combinations of cloud platforms and data warehouses for Hybrid SaaS:

| Cloud platform | Snowflake | Databricks | Amazon Redshift | Google BigQuery |
| -------------- | --------- | ---------- | --------------- | --------------- |
| AWS            | ✅         | ✅          | ✅               | ❌               |
| Azure          | ✅         | ✅          | ❌               | ❌               |
| Snowpark       | ✅         | ❌          | ❌               | ❌               |
| Google Cloud   | ❌         | ❌          | ❌               | ✅               |

Refer to the following setup guides for Hybrid SaaS deployments:

* [Hybrid SaaS Snowflake on AWS](/docs/guides/hybrid-saas-snowflake-aws)
* [Hybrid SaaS Snowflake on Azure](/docs/guides/hybrid-saas-snowflake-azure)
* [Hybrid SaaS Snowflake on Snowpark](/docs/guides/hybrid-saas-snowflake-snowpark)
* [Hybrid SaaS Databricks on AWS](/docs/guides/hybrid-saas-databricks-aws)
* [Hybrid SaaS Databricks on Azure](/docs/guides/hybrid-saas-databricks-azure)
* [Hybrid SaaS Amazon Redshift on AWS](/docs/guides/hybrid-saas-redshift-aws)
* [Hybrid SaaS Google BigQuery](/docs/guides/hybrid-saas-bigquery)

***

## Full SaaS

With **Full SaaS**, Matillion manages the entire infrastructure, including {m_runner} deployment and security measures. Matillion ensures seamless updates and robust security protocols. The Matillion-hosted {m_runner} handles the execution of tasks, and customer secrets are securely stored in a Matillion-hosted secrets manager.

The following table summarizes the supported Full SaaS combinations:

| Deployment type |     Cloud platform    |                   Cloud data warehouse                  |
| :-------------: | :-------------------: | :-----------------------------------------------------: |
|    Full SaaS    | Provided by Matillion | Amazon Redshift, Snowflake, Databricks, Google BigQuery |

Refer to the following setup guides for Full SaaS deployments:

* [Full SaaS Snowflake](/docs/guides/full-saas-snowflake)
* [Full SaaS Databricks](/docs/guides/full-saas-databricks)
* [Full SaaS Amazon Redshift](/docs/guides/full-saas-redshift)
* [Full SaaS Google BigQuery](/docs/guides/full-saas-bigquery)
