> 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/supported-logs/aws.md).

# AWS 로그

## 개요

Panther는 다음 Amazon Web Services(AWS) 서비스에서 로그 수집을 지원합니다:

[AWS ALB](/ko/data-onboarding/supported-logs/aws/alb.md)

[AWS Aurora](/ko/data-onboarding/supported-logs/aws/rds.md)

[Amazon Bedrock 모델 호출](/ko/data-onboarding/supported-logs/aws/bedrock-model-invocation.md)

[AWS CloudTrail](/ko/data-onboarding/supported-logs/aws/cloudtrail.md)

[AWS CloudWatch](/ko/data-onboarding/supported-logs/aws/cloudwatch.md)

[AWS Config](/ko/data-onboarding/supported-logs/aws/config.md)

[AWS EKS](/ko/data-onboarding/supported-logs/aws/eks.md)

[AWS GuardDuty](/ko/data-onboarding/supported-logs/aws/guardduty.md)

[AWS NLB](/ko/data-onboarding/supported-logs/aws/nlb.md)

[AWS Security Hub](/ko/data-onboarding/supported-logs/aws/security-hub.md)

[Amazon Security Lake](/ko/data-onboarding/supported-logs/aws/security-lake.md)

[AWS S3](/ko/data-onboarding/supported-logs/aws/s3.md)

[AWS Transit Gateway](/ko/data-onboarding/supported-logs/aws/transit-gateway.md)

[AWS VPC](/ko/data-onboarding/supported-logs/aws/vpc.md)

[AWS WAF](/ko/data-onboarding/supported-logs/aws/waf.md)

이러한 기본 지원 AWS 로그 소스 외에도, Panther는 AWS 데이터 전송을 통해 다른 모든 서비스에서의 로그 수집도 지원합니다: [S3 소스](/ko/data-onboarding/data-transports/aws/s3.md), [SQS 소스](/ko/data-onboarding/data-transports/aws/sqs.md), 그리고 [CloudWatch Logs 소스](/ko/data-onboarding/data-transports/aws/cloudwatch.md).

로그 모니터링 외에도, Panther의 [Cloud Security Scanning](#cloud-security-scanning-for-aws-resources) 를 사용하여 AWS 환경의 잘못된 구성을 감지할 것을 권장합니다.

## Panther에서 제공하는 탐지 규칙

Panther의 미리 작성된 AWS 규칙은 [panther-analysis GitHub 저장소에서 확인하세요](https://github.com/panther-labs/panther-analysis/tree/master/rules).

## Data Explorer에서 로그 쿼리하기

Panther의 [Data Explorer](/ko/search/data-explorer.md)에서 사용할 수 있는 예시 SQL 쿼리는 다음 페이지에서 확인하세요:

* [CloudTrail 로그 쿼리](/ko/search/data-explorer/example-queries/cloudtrail-logs-queries.md)
* [GuardDuty 로그 쿼리](/ko/search/data-explorer/example-queries/guardduty-logs-queries.md)
* [S3 액세스 로그 쿼리](/ko/search/data-explorer/example-queries/s3-access-logs-queries.md)
* [VPC Flow 로그 쿼리](/ko/search/data-explorer/example-queries/vpc-flow-logs-queries.md)

## AWS 리소스를 위한 Cloud Security Scanning

AWS 로그 모니터링 외에도, AWS 환경을 Cloud Account로 온보딩하여 [Cloud Security Scanning](/ko/cloud-scanning.md). Cloud Security Scanning은 클라우드 리소스를 다음과 비교하여 검사합니다 [정책](/ko/detections/policies.md) AWS 환경의 취약점을 식별하고 알러트하기 위해 정의한 기준과 비교합니다. Panther에는 또한 여러 [내장 정책](broken://pages/fb28638949852976f2e25e95e079dafc592013a6) 일반적인 클라우드 인프라 잘못된 구성을 기반으로 합니다.

AWS용 Cloud Security Scanning 설정 방법에 대해 자세히 알아보려면 다음을 참조하세요 [Panther에서 Cloud Account 온보딩](/ko/cloud-scanning.md#onboarding-the-cloud-account-in-panther).


---

# 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/supported-logs/aws.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.
