S3 Bucket

Datalogz uses AWS S3 to stage external files for ingestion into the target warehouse. This is default for Snowflake warehouses and optional for Postgres warehouses.

  1. Sign in to your AWS console

  2. Navigate to the S3 service and select "Create Bucket"

  3. Name your bucket "datalogzbidiagnostics"

  4. Disable ACLs for object ownership configuration

  5. Choose "Block all public access" for public access configuration

  6. Disable versioning for the bucket

  7. For the default encryption configuration, choose Amazon S3-managed keys and select the "Enabled" option for the bucket key

  8. Click on "Create Bucket" to create your S3 bucket.

Last updated