A simple example for using Pulumi to provision an AWS EKS cluster with a simple Trino cluster deployed via the official Trino Helm Chart.
- Clone this repo
- Run
go getto download dependencies - Ensure you have AWS Credentials in your environment
- Login to Pulumi
- Update
main.goto point to your organization (it's currently pointed to mine,mattstep) - Run
go run main.gofrom the root
To destroy the stack later, run cd stack followed by pulumi destroy.