---
title: "OPTION 1: Setup streaming using SQS"
slug: "option-1-setup-streaming-using-sqs"
updated: 2026-04-14T10:39:53Z
published: 2026-04-14T10:39:53Z
canonical: "docs.hunters.ai/option-1-setup-streaming-using-sqs"
---

> ## 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.

# OPTION 1: Set up streaming using SQS

The most common method for automating S3 ingestion is using notifications on your S3 bucket and directing them to a dedicated [Amazon SQS (Simple Queue Service)](https://aws.amazon.com/sqs/), provided by Hunters. The steps below explain how to create an event notification for the target path (or “prefix,” in AWS terminology) in your S3 bucket where your security data is stored.

💡Before you start

To complete this process, you'll need the SQS ARN queue value from the [previous step](/v1/docs/step-3-set-up-bucket-access-1).

![SQS ARN.png](https://cdn.document360.io/5f63f0e0-3c70-4d00-b623-82493be0bde5/Images/Documentation/SQS%20ARN.png)

**To configure event notifications:**

1. Log into the AWS Management Console.
2. In the AWS Management Console search for, and select **S3**. ![S3.png](https://cdn.document360.io/5f63f0e0-3c70-4d00-b623-82493be0bde5/Images/Documentation/S3.png)
3. From the left-side menu, click **Buckets**.
4. Locate the relevant bucket from the list and click to open it.
5. Open the **Properties** tab and scroll down to the **Event Notifications** section. ![image.png](https://cdn.document360.io/5f63f0e0-3c70-4d00-b623-82493be0bde5/Images/Documentation/image%287%29.png)
6. Click **Create event notification**. ![image.png](https://cdn.document360.io/5f63f0e0-3c70-4d00-b623-82493be0bde5/Images/Documentation/image%288%29.png) The Create Event Notification page opens.
7. Fill in the fields as follows:
  - **Event Name**: Name of the event notification (e.g. Realtime Ingestion Hunters).
  - **Prefix**: Choose prefix if your S3 bucket consists of multiple data flows (choose the prefix to the data you wish to ingest).
  - **Event types**: Select the **ObjectCreate (All)** option.
  - **Destination**: Select SQS Queue from the list.
  - **Specify SQS queue**: Select Enter SQS queue ARN from the list.
  - **SQS queue ARN**: Paste the SQS queue that was set for you by Hunters.

📘Learn more

[AWS S3 documentation](https://docs.aws.amazon.com/AmazonS3/latest/user-guide/enable-event-notifications.html)
