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 get
to download dependencies - Ensure you have AWS Credentials in your environment
- Login to Pulumi
- Update
main.go
to point to your organization (it's currently pointed to mine,mattstep
) - Run
go run main.go
from the root
To destroy the stack later, run cd stack
followed by pulumi destroy
.