> 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 계정과는 별도의 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. 세부 정보 섹션을 작성하세요.
   * 반드시 다음을 선택하세요 **Raw Delivery 활성화**.
   * Endpoint의 ARN에는 다음 형식을 사용하세요: `arn:aws:sqs:<region>:<account id>:<queue name>`.
6. 구독이 생성되면 Panther 콘솔로 돌아가 SNS 주제 메시지가 채워지기 시작하는지 확인하세요.

## 수집된 로그 보기

로그 소스 구성이 완료되면 다음을 사용하여 수집된 데이터를 검색할 수 있습니다: [검색](/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.
