---
title: "Integration"
slug: "aws-rds-aurora"
tags: ["Self Service Ingestion"]
updated: 2025-04-30T11:08:08Z
published: 2025-04-30T11:08:08Z
canonical: "docs.hunters.ai/aws-rds-aurora"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hunters.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# AWS RDS Aurora

Self Service Ingestion

          

Connect this data source on your own, using the Hunters platform.

## Overview

![](https://cdn.document360.io/5f63f0e0-3c70-4d00-b623-82493be0bde5/Images/Documentation/Aurora.png)**Table name:** `aws_rds_aurora_mysql_audit_logs`

[Amazon Aurora MySQL](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.AuroraMySQL.html) is a fully managed, MySQL-compatible, relational database engine that combines the speed and reliability of high-end commercial databases with the simplicity and cost-effectiveness of open-source databases. Amazon RDS provides administration for Aurora by handling routine database tasks such as provisioning, patching, backup, recovery, failure detection, and repair.

Integrating AWS RDS Aurora logs into Hunters allows ingestion of the data, as well as leveraging the data for dedicated detections.

## Send data to Hunters

**To connect AWS RDS Aurora logs:**

1. Follow [this guide](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.CloudWatch.html) to collect logs to CloudWatch within AWS.
2. Follow [this guide](https://docs.hunters.ai/v1/docs/connect-cloudwatch-to-s3-using-lambda) to ship logs to a destination bucket using AWS lambda.
3. Once the export is completed and the logs are collected to S3, follow the steps in [this section](https://hunters.document360.io/docs/connect-data-through-aws-s3).

## Expected format

The logs are exported by AWS in a csv format.

```plaintext
1687442417764083,local-instance-1-ap-northeast-1a,user123,userhost_1,8,98765432,READ,performance_schema,test_event_123,
1687442402431011,test-instance-1-ap-northeast-1a,user1,testerhost_2,4,87654321,QUERY,mysql,"SELECT SQL_NO_CACHE value FROM mysql.local_samples",0
```
