# Panther Deployment Types

## Overview

Panther currently offers two deployment models: [Software as a Service (SaaS)](/system-configuration/panther-deployment-types/saas.md) and [Cloud Connected](/system-configuration/panther-deployment-types/cloud-connected.md). The primary difference between these deployments is the owner of the AWS account your Panther instance in deployed in, the owner of the Snowflake or Databricks account your data is stored in, and the entity who manages your Panther platform (i.e., performs initial deployments and subsequent platform upgrades).

<table><thead><tr><th width="169.9149169921875">Deployment type</th><th width="157.1414794921875">AWS ownership</th><th width="205.18310546875">Snowflake/Databricks ownership</th><th width="202">Platform management</th></tr></thead><tbody><tr><td><strong>SaaS</strong></td><td>Panther</td><td>Panther</td><td>Panther</td></tr><tr><td><strong>Cloud Connected</strong></td><td>Your organization</td><td>Your organization</td><td>Panther</td></tr></tbody></table>

If you have questions about the deployment type of your Panther instance, please reach out to your Panther support team.

## Supported AWS regions

Panther instances can be deployed in any of the below AWS regions:

<table><thead><tr><th width="186.00518798828125">Region</th><th width="230.63629150390625">Description</th></tr></thead><tbody><tr><td>ap-northeast-1</td><td>Asia Pacific (Tokyo)</td></tr><tr><td>ap-northeast-2</td><td>Asia Pacific (Seoul)</td></tr><tr><td>ap-south-1</td><td>Asia Pacific (Mumbai)</td></tr><tr><td>ap-southeast-1</td><td>Asia Pacific (Singapore)</td></tr><tr><td>ap-southeast-2</td><td>Asia Pacific (Sydney)</td></tr><tr><td>ca-central-1</td><td>Canada (Central)</td></tr><tr><td>eu-central-1</td><td>Europe (Frankfurt)</td></tr><tr><td>eu-west-1</td><td>Europe (Ireland)</td></tr><tr><td>eu-west-2</td><td>Europe (London)</td></tr><tr><td>eu-west-3</td><td>Europe (Paris)</td></tr><tr><td>us-east-1</td><td>US East (N. Virginia)</td></tr><tr><td>us-east-2</td><td>US East (Ohio)</td></tr><tr><td>us-west-2</td><td>US West (Oregon)</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.panther.com/system-configuration/panther-deployment-types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
