> 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/alerts/destinations/sqs.md).

# Amazon SQS 대상

## 개요

Destination은 룰, 정책, 시스템 상태 알림, 그리고 룰 오류로부터 경고를 받는 통합입니다. Panther는 경고를 받을 대상으로 Amazon Simple Queue Service(SQS)를 구성하는 것을 지원합니다.

## Panther에서 Amazon SQS 경고 대상 설정 방법

### SQS 큐 설정

먼저 SQS 큐를 만들고 Panther에 해당 큐로 전송할 권한을 부여해야 합니다:

1. 다음으로 이동하세요 [AWS SQS 콘솔](https://console.aws.amazon.com/sqs/home) 그리고 클릭하세요 **새 큐 만들기** 새 큐를 만들기 위해. 다음의 **이름** 필드에 새 큐의 이름을 입력합니다.
2. 새 큐의 기본 설정 옵션의 "액세스 정책" 섹션에서 "큐에 메시지를 보낼 수 있는 대상을 정의" 아래에서 다음을 선택하세요: **지정한 AWS 계정, IAM 사용자 및 역할만**.\
   ![The image shows the AWS SQS Console, open to the Access policy creation page. Under "Choose method," the "Basic" option is selected. Under "Define who can send messages to the queue," the option "Only the specific AWS accounts, IAM users and roles" is selected.](/files/62274ace398f84e3ff953a4041cc560a3fde05f2)
3. "지정한 AWS 계정, IAM 사용자 및 역할만" 아래의 필드에 Panther 콘솔의 AWS 계정 ID를 입력하세요.
   * AWS 계정 ID를 찾으려면 다음으로 이동하세요: **설정** > **일반 설정** > **주요 정보 및 환경 설정** Panther 콘솔에서 찾을 수 있습니다. 위치는 다음과 같습니다. **인프라** 섹션에서.<br>
4. 클릭하세요. **저장** SQS Create Queue 페이지 하단에서 새 큐를 저장하세요.

### Panther에서 Destination 설정하기

다음으로, Panther에 SQS 큐 대상을 추가하세요.

1. Panther 콘솔에 로그인하고 다음으로 이동하세요: **구성 > 알러트 대상**.
2. 클릭하세요. **+첫 번째 대상 추가**.
   * 이미 대상을 만든 적이 있다면, **+** 를 페이지 오른쪽 상단에서 클릭하여 새 대상을 추가합니다.
3. 클릭하세요. **Amazon SQS** 옵션 목록에서.
4. SQS 대상을 구성하려면 양식을 작성하세요:
   * **표시 이름**: 설명이 포함된 이름을 입력합니다.
   * **큐 UR**L: SQS 큐 URL을 입력하세요. 이는 AWS SQS 콘솔의 "세부 정보" 탭에서 찾을 수 있습니다.
   * **심각도**: 이 대상으로 보낼 알러트의 심각도 수준을 선택합니다.
   * **알러트 유형**: 이 대상으로 보낼 알러트 유형을 선택합니다.
   * **로그 유형**: 기본적으로 모든 로그 유형에서 알러트를 보냅니다. 특정 로그 유형에서만 알러트를 보내려면 여기에 로그 유형을 지정하세요.
   * **수동 전송 허용**: 다음을 할 수 있도록 하려면 이 토글을 켜기로 설정하세요. [알러트를 수동으로 전송](https://docs.panther.com/alerts#manual-alert-dispatch) 이 대상으로.\
     ![The image shows the "Configure your SQS Destination" page in the Panther Console. It contains fields for Display Name, Queue URL, Severity, Alert Types, and Log Types.](/files/1c9f3c9ea5c639f231d86eb68a98507d712f8e8d)
5. 클릭하세요. **Destination 추가**.
6. 클릭하세요. **설정 완료** 를 클릭하여 설정을 완료하거나, **테스트 알러트 보내기** 를 클릭하여 설정을 테스트합니다.

## 대상에 대한 추가 정보

알러트 라우팅 순서, 대상 수정 또는 삭제, 워크플로 자동화에 대한 자세한 내용은 Panther 문서를 참조하세요: [대상](https://docs.panther.com/destinations).


---

# 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/alerts/destinations/sqs.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.
