---
title: "STEP 1: Create an S3 bucket"
slug: "step-1-create-an-s3-bucket"
updated: 2025-03-04T16:06:16Z
published: 2025-03-04T16:06:16Z
canonical: "docs.hunters.ai/step-1-create-an-s3-bucket"
---

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

# STEP 1: Create an S3 bucket

The first step in this process is to create an S3 bucket if you haven't done so already.

**To create an S3 bucket:**

1. Open your [AWS Management Console](https://us-east-1.console.aws.amazon.com/console/home?region=us-east-1#) and then search for, and select **S3**. ![S3.png](https://cdn.document360.io/5f63f0e0-3c70-4d00-b623-82493be0bde5/Images/Documentation/S3%281%29.png)
2. Click **Create bucket** to open the bucket creation wizard. ![Create bucket.png](https://cdn.document360.io/5f63f0e0-3c70-4d00-b623-82493be0bde5/Images/Documentation/Create%20bucket.png)
3. Set a bucket name.
4. Under **AWS Region**, select your AWS region.
5. Continue filling in the fields according to your organization's cloud security policies.

📘 Bucket setup recommendations

We recommend using the following settings for the bucket:

- **Object Ownership** - ACLs Disabled
- **Bucket Public Access** - Keep as **Block all public access**
- **Bucket Versioning** - Enabled
- **Default Encryption** - Enabled - Amazon S3 Managed Keys

⚠️ **Attention**

Enabling encryption on the bucket with a customer managed key, will require the key to be included within the IAM policy in the next steps.
