Skip to content

S3 Setup Guide

To start sending Datable data into S3, you will need your AWS Access Key ID, AWS Secret Access Key, and a Bucket URI.

Step-by-Step

To acquire an AWS Access Key ID and Secret Access Key:

  1. Log in to the AWS Management Console
  2. Click on your account name in the top right corner
  3. Select "Security credentials"
  4. Scroll down to "Access keys"
  5. Click "Create New Access Key"
  6. Download the key file when prompted (you won't be able to see the Secret Access Key again)

To create a new bucket for your data

  1. In the AWS Management Console, go to the S3 service
  2. Your bucket names will be listed on the main S3 page
  3. To create a new bucket, click "Create bucket" and follow the prompts
  4. Grab the URI of the bucket (beginning with ""s3://"")

Enter these credentials into an export step in the Datable pipeline builder, click Save, and there you have it! Your data will begin landing with S3.