Skip to content

Latest commit

 

History

History

basic-with-provisioning

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Presto with Provisioning

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.

Usage

Initialize and create the environment:

terraform init
terraform plan
terraform apply

Cleanup

Remove all resources created by Terraform:

terraform destroy