{"id":19876780,"url":"https://github.com/lewuathe/terraform-aws-presto","last_synced_at":"2025-06-16T02:41:05.397Z","repository":{"id":39452260,"uuid":"239697704","full_name":"Lewuathe/terraform-aws-presto","owner":"Lewuathe","description":"Terraform module to create Presto cluster","archived":false,"fork":false,"pushed_at":"2020-02-11T08:25:18.000Z","size":139,"stargazers_count":4,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-02T12:42:52.480Z","etag":null,"topics":["bigdata","presto","sql","terraform"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/Lewuathe/presto/aws","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lewuathe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-11T07:02:55.000Z","updated_at":"2022-05-12T14:57:37.000Z","dependencies_parsed_at":"2022-09-16T06:10:54.123Z","dependency_job_id":null,"html_url":"https://github.com/Lewuathe/terraform-aws-presto","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Lewuathe/terraform-aws-presto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lewuathe%2Fterraform-aws-presto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lewuathe%2Fterraform-aws-presto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lewuathe%2Fterraform-aws-presto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lewuathe%2Fterraform-aws-presto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lewuathe","download_url":"https://codeload.github.com/Lewuathe/terraform-aws-presto/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lewuathe%2Fterraform-aws-presto/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260088358,"owners_count":22957065,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bigdata","presto","sql","terraform"],"created_at":"2024-11-12T16:34:17.306Z","updated_at":"2025-06-16T02:41:05.365Z","avatar_url":"https://github.com/Lewuathe.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-aws-presto ![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/Lewuathe/terraform-aws-presto) ![GitHub](https://img.shields.io/github/license/Lewuathe/terraform-aws-presto)\nTerraform module to create [Presto cluster](https://prestosql.io/). The cluster runs on top of AWS Fargate using docker image published by [Lewuathe](https://github.com/Lewuathe/docker-presto-cluster/)\n\n# Usage\n\n```terraform\nmodule \"presto\" {\n  source           = \"github.com/Lewuathe/terraform-aws-presto\"\n  cluster_capacity = 2\n}\n\noutput \"alb_dns_name\" {\n  value = module.presto.alb_dns_name\n}\n```\n\nYou can connect to the Presto cluster through ALB.\n\n```sh\n$ ./presto-cli --server http://presto-XXXX.us-east-1.elb.amazonaws.com --catalog tpch --schema tiny\n```\n\n# Overview\n\n![Overview](https://github.com/Lewuathe/terraform-aws-presto/blob/master/overview.png?raw=true)\n\n# Variables\n\n- `region`: AWS Region\n- `vpc_cidr_block`: CIDR Block of the VPC where Presto cluster is running. There are two availability zones in the public/private subnets respectively. You can specify the CIDR block of these subnets by the following variables.\n  - `public_0_cidr_block`\n  - `public_1_cidr_block`\n  - `private_0_cidr_block`\n  - `private_1_cidr_block`\n- `presto_version`: The tag of the docker image used in the cluster. See [Docker Hub](https://hub.docker.com/repository/docker/lewuathe/presto-base/tags) for available tags.\n- `cluster_capacity`: The number of tasks for worker process\n\n# Outputs\n\n- `alb_dns_name`: The DNS name of the ALB connecting to coordinator.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flewuathe%2Fterraform-aws-presto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flewuathe%2Fterraform-aws-presto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flewuathe%2Fterraform-aws-presto/lists"}