# 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. 를 선택하세요. 그런 다음 아래 필드에 Panther 콘솔의 AWS 계정 ID를 입력합니다.
   * AWS 계정 ID를 찾으려면 다음으로 이동하세요 **Settings > General** Panther 콘솔에서 확인할 수 있습니다. 하단 푸터에 위치해 있습니다.\
     ![The image shows the footer of the Panther Console. The footer contains the AWS Account ID, version, AWS region, and Gateway Public IP.](/files/56ebd318dba6a4fe581d8b47da4d66639fa85dd4)
4. 다음을 클릭합니다. **Save** SQS 큐 생성 페이지 하단에서 클릭하여 새 큐를 저장하세요.

### Panther에서 대상지 설정하기

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

1. Panther 콘솔에 로그인한 후 다음으로 이동하세요. **Configure > 알러트 대상**.
2. 다음을 클릭합니다. **+첫 번째 대상 추가**.
   * 이미 대상이 만들어져 있다면, 페이지 오른쪽 상단에서 **+** 를 클릭하여 새 대상을 추가합니다.
3. 다음을 클릭합니다. **Amazon SQS** 를 옵션 목록에서 선택하세요.
4. SQS 대상을 구성하려면 양식을 작성하세요:
   * **표시 이름**: 설명이 포함된 이름을 입력하세요.
   * **큐 UR**L: SQS 큐 URL을 입력하세요. 이 URL은 AWS SQS 콘솔의 "세부 정보" 탭에서 찾을 수 있습니다.
   * **심각도**: 이 대상로 보낼 알러트의 심각도 수준을 선택합니다.
   * **알러트 유형**: 이 대상로 보낼 알러트 유형을 선택합니다.
   * **로그 유형**: 기본적으로 모든 로그 유형에서 알러트를 보냅니다. 특정 로그 유형에서만 알러트를 보내려면 여기에서 로그 유형을 지정하세요.
   * **수동 전송 허용**: 이 토글을 ON으로 설정하면 [알러트를 수동으로 전송할 수 있습니다](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. 다음을 클릭합니다. **대상 추가**.
6. 다음을 클릭합니다. **설정 완료** 을(를) 클릭하여 설정을 완료하거나, **테스트 알러트 전송** 을(를) 클릭하여 설정을 테스트하세요.

## 대상에 대한 추가 정보

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


---

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