Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 899 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 899 Bytes

pulumi-trino

A simple example for using Pulumi to provision an AWS EKS cluster with a simple Trino cluster deployed via the official Trino Helm Chart.

prerequisites

usage

  1. Clone this repo
  2. Run go get to download dependencies
  3. Ensure you have AWS Credentials in your environment
  4. Login to Pulumi
  5. Update main.go to point to your organization (it's currently pointed to mine, mattstep)
  6. Run go run main.go from the root

To destroy the stack later, run cd stack followed by pulumi destroy.