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

# AWS Logs

## Overview

Panther supports log ingestion from the following Amazon Web Services (AWS) services:

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

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

[Amazon Bedrock Model Invocation](/data-onboarding/supported-logs/aws/bedrock-model-invocation.md)

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

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

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

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

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

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

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

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

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

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

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

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

Beyond these natively supported AWS log sources, Panther also supports log ingestion from any other services via our AWS data transports: [S3 Source](/data-onboarding/data-transports/aws/s3.md), [SQS Source](/data-onboarding/data-transports/aws/sqs.md), and [CloudWatch Logs Source](/data-onboarding/data-transports/aws/cloudwatch.md).

In addition to log monitoring, we recommend using Panther's [Cloud Security Scanning](#cloud-security-scanning-for-aws-resources) to detect misconfigurations in your AWS environment.

## Panther-built detections

See Panther's prewritten AWS rules in [the panther-analysis Github repository](https://github.com/panther-labs/panther-analysis/tree/master/rules).

## Querying logs in Data Explorer

See example SQL queries, for use in Panther's [Data Explorer](/search/data-explorer.md), on the following pages:

* [CloudTrail logs queries](/search/data-explorer/example-queries/cloudtrail-logs-queries.md)
* [GuardDuty logs queries](/search/data-explorer/example-queries/guardduty-logs-queries.md)
* [S3 Access logs queries](/search/data-explorer/example-queries/s3-access-logs-queries.md)
* [VPC Flow logs queries](/search/data-explorer/example-queries/vpc-flow-logs-queries.md)

## Cloud Security Scanning for AWS resources

Beyond monitoring your AWS logs, we recommend onboarding your AWS environment as a Cloud Account for [Cloud Security Scanning](/cloud-scanning.md). Cloud Security Scanning checks your cloud resources against [policies](/detections/policies.md) you've defined to identify and alert you to vulnerabilities in your AWS environment. Panther also comes with several [built-in policies](broken://pages/-MXJ6kXXSlmD8Vynd8z6) based on common cloud infrastructure misconfigurations.

To learn more about how to set up Cloud Security Scanning for AWS, see [Onboarding the Cloud Account in Panther](/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/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.
