Create S3 Bucket

Create S3 Bucket

  1. Go to the AWS Management Console

    • Search for S3
    • Select Bucket
    • Click Create Bucket

Create VPC

  1. Enter the bucket name as glutisify-datalake

Create VPC

The bucket name must be unique and cannot duplicate any existing bucket names.

  1. Click Create Bucket

Create VPC

You can choose your own bucket name if you prefer!

Create via CLI

You can also quickly create it using the following CLI command:

aws s3api create-bucket \
  --bucket glutisify-datalake \
  --region ap-southeast-1 \
  --create-bucket-configuration LocationConstraint=ap-southeast-1