Skip to content

AWS S3 Setup

Prerequisites

AWS account active.

Steps

Create the Website Bucket

  • AWS Console → S3 → Create bucket → Region: us-east-1
FieldValue
Bucket namesuperloom-website
Regionus-east-1
ACLsDisabled
Block all public accessEnabled
Bucket versioningDisabled
EncryptionSSE-S3, default

Notes

  • Bucket is intentionally private — all traffic goes through CloudFront via Origin Access Control (OAC). CloudFront updates the bucket policy automatically when the distribution is created.
  • Do not enable static website hosting on the bucket — CloudFront handles routing.

Released under the MIT License.