> For the complete documentation index, see [llms.txt](https://docs.panther.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.panther.com/ko/system-configuration/panther-deployment-types.md).

# Panther 배포 유형

## 개요

Panther는 현재 두 가지 배포 모델을 제공합니다: [서비스형 소프트웨어(SaaS)](/ko/system-configuration/panther-deployment-types/saas.md) 및 [Cloud Connected](/ko/system-configuration/panther-deployment-types/cloud-connected.md). 이러한 배포 방식의 주요 차이점은 Panther 인스턴스가 배포되는 AWS 계정의 소유자, 데이터가 저장되는 Snowflake 또는 Databricks 계정의 소유자, 그리고 Panther 플랫폼을 관리하는 주체(즉, 초기 배포와 이후 플랫폼 업그레이드를 수행하는 주체)입니다.

<table><thead><tr><th width="169.9149169921875">배포 유형</th><th width="157.1414794921875">AWS 소유권</th><th width="205.18310546875">Snowflake/Databricks 소유권</th><th width="202">플랫폼 관리</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>귀하의 조직</td><td>귀하의 조직</td><td>Panther</td></tr></tbody></table>

Panther 인스턴스의 배포 유형에 대해 궁금한 점이 있으면 Panther 지원팀에 문의하세요.

## 지원되는 AWS 리전

Panther 인스턴스는 아래의 AWS 리전 중 어느 곳에든 배포할 수 있습니다:

<table><thead><tr><th width="186.00518798828125">지역</th><th width="230.63629150390625">설명</th></tr></thead><tbody><tr><td>ap-northeast-1</td><td>아시아 태평양(도쿄)</td></tr><tr><td>ap-northeast-2</td><td>아시아 태평양(서울)</td></tr><tr><td>ap-south-1</td><td>아시아 태평양(뭄바이)</td></tr><tr><td>ap-southeast-1</td><td>아시아 태평양(싱가포르)</td></tr><tr><td>ap-southeast-2</td><td>아시아 태평양(시드니)</td></tr><tr><td>ca-central-1</td><td>캐나다(중부)</td></tr><tr><td>eu-central-1</td><td>유럽(프랑크푸르트)</td></tr><tr><td>eu-west-1</td><td>유럽(아일랜드)</td></tr><tr><td>eu-west-2</td><td>유럽(런던)</td></tr><tr><td>eu-west-3</td><td>유럽(파리)</td></tr><tr><td>us-east-1</td><td>미국 동부(버지니아 북부)</td></tr><tr><td>us-east-2</td><td>미국 동부(오하이오)</td></tr><tr><td>us-west-2</td><td>미국 서부(오리건)</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
