> 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/data-onboarding/data-transports/aws/sqs/sns.md).

# SNS 소스

## 개요

아래 단계에 따라 SNS 소스를 Panther에 온보딩할 수 있습니다. SNS 주제를 구성하여 데이터를 다음으로 보낼 수 있습니다. [SQS 큐](/ko/data-onboarding/data-transports/aws/sqs.md) Panther가 관리하는.

{% hint style="warning" %}
만약 [Cloud Connected](/ko/system-configuration/panther-deployment-types/cloud-connected.md) 고객은 Panther 배포가 있는 계정과 별도의 AWS 계정에 모든 로그 소스 인프라를 생성하세요.
{% endhint %}

## Panther에서 SNS 로그 소스를 설정하는 방법

### 1단계: SQS 소스 설정

다음 Panther 문서를 따르세요: [SQS 소스 설정](/ko/data-onboarding/data-transports/aws/sqs.md) Panther에서, SNS 주제의 ARN을 목록에 추가해야 합니다. `허용된 소스 ARN`.

{% hint style="info" %}
Panther가 SQS 소스에 대해 생성한 SQS 큐 URL을 기록해 두세요.
{% endhint %}

### 2단계: SQS 큐에 대한 SNS 구독 생성

1. SNS 주제가 있는 AWS 계정에 로그인하세요.
2. SNS 서비스로 이동하세요.
3. SNS 주제를 선택하세요.
4. 다음을 클릭합니다 **구독 생성.**
5. 세부 정보 섹션을 채우세요.
   * 반드시 선택하세요 **원시 전달 활성화**.
   * 엔드포인트의 ARN에는 다음 형식을 사용하세요: `arn:aws:sqs:<region>:<account id>:<queue name>`.
6. 구독이 생성되면 Panther 콘솔로 돌아가 SNS 주제 메시지가 채워지기 시작하는 것을 확인하세요.

## 수집된 로그 보기

로그 소스가 구성되면 [Search](/ko/search/search-tool.md) 또는 [Data Explorer](/ko/search/data-explorer.md).


---

# 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/data-onboarding/data-transports/aws/sqs/sns.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.
