Creates one Presto coordinator and a configurable number of workers, integrated with Triton Object Storage. Terraform to create and manage the infrastructure resources and provision the machines.
⚠️ Note: This method with Terraform provisioning is only recommended for prototyping and light testing.
Initialize and create the environment:
terraform init
terraform plan
terraform apply
Remove all resources created by Terraform:
terraform destroy