Overview
Trino Web UI cluster overview
The Trino Web UI, served on port 80 through an authenticating nginx proxy, showing the single-node cluster overview with active workers and query throughput.
Trino Web UI cluster overview
Trino query detail
Trino query list
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
Overview Trino is a fast, distributed SQL query engine designed to run interactive analytic queries over data sources of any size, from gigabytes to petabytes. Formerly known as PrestoSQL, Trino lets you query data where it lives using standard ANSI SQL, joining across many systems in a single query. This image delivers Trino fully installed and configured as a single-node coordinator and worker, with a supported Java 25 runtime bundled in, so a working SQL query engine is running within minutes of launch.
Application Stack The Trino 481 server installed under /opt/trino and run by a dedicated unprivileged service account. A bundled Eclipse Temurin 25 JRE pinned to the engine so it always runs on the Java version Trino requires. The engine configuration, connector catalogs and node data directory stored on a dedicated data disk so the engine state is independently resizable. A systemd service that starts Trino on boot and restarts it on failure. An nginx reverse proxy that publishes the Web UI, the query REST API and the JDBC and CLI endpoint on port 80 behind HTTP Basic authentication.
Query Engine Run ANSI SQL through the built-in Web UI, the Trino command line client, your favourite SQL tool over JDBC or the REST API. The image ships the tpch connector with industry standard sample data, the memory connector for writable in-memory tables and the jmx connector for engine metrics, so you can run SELECT, CREATE TABLE and aggregate queries the moment the instance boots. Add connectors for PostgreSQL, MySQL, Apache Iceberg, Hive, ClickHouse, MongoDB, object storage and dozens more by dropping a catalog properties file in the configuration directory.
Secure First Boot On the first boot of your instance a one shot service generates a fresh admin password, unique to that instance, writes it into the nginx credentials file and writes the password to a root only file. The engine itself binds to loopback only and is never exposed without authentication. No shared or default credentials ship in the image.
Ready To Use The Trino Web UI is served on port 80 through nginx. Sign in with the generated administrator credentials to watch queries execute, inspect query plans and monitor cluster state. Point your BI tool, dbt project or JDBC application at the instance on port 80 using the same credentials.
cloudimg Support 24/7 technical support by email and chat. Help with deployment, connector and catalog configuration, query tuning, memory and JVM sizing, BI and JDBC integration, and TLS.
Use Cases Interactive analytics and ad hoc SQL over data lakes. A federated query layer joining across databases, object storage and message systems. The query engine behind dbt, BI dashboards and notebooks. Lakehouse SQL over Apache Iceberg, Delta Lake and Hudi. A drop in successor to a self managed Presto cluster.
All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
Highlights
- Trino distributed SQL query engine preinstalled as a single-node systemd service with a bundled Java 25 runtime and the Web UI, query REST API and JDBC and CLI endpoint published on port 80, no manual setup required
- Ships the tpch sample-data, writable memory and jmx connectors so ANSI SQL works out of the box with no external database, and you add PostgreSQL, MySQL, Iceberg, Hive and more by dropping a catalog file on the dedicated, independently resizable data disk
- Hardened first boot generates a fresh admin password for every instance behind an authenticating nginx proxy and stores it in a file only the root user can read, with 24/7 technical support from cloudimg
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
Free trial
- ...
Dimension | Description | Cost/hour |
|---|---|---|
t3.large Recommended | t3.large | $0.10 |
t2.micro | t2.micro instance type | $0.04 |
t3.micro | t3.micro instance type | $0.04 |
c5a.12xlarge | c5a.12xlarge instance type | $0.24 |
c5a.16xlarge | c5a.16xlarge instance type | $0.24 |
c5a.24xlarge | c5a.24xlarge instance type | $0.24 |
c5a.2xlarge | c5a.2xlarge instance type | $0.24 |
c5a.4xlarge | c5a.4xlarge instance type | $0.24 |
c5a.8xlarge | c5a.8xlarge instance type | $0.24 |
c5a.large | c5a.large instance type | $0.08 |
Vendor refund policy
Refunds available on request.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
Initial release of Trino 481 distributed SQL query engine, single-node coordinator and worker with a bundled Java 25 runtime.
Additional details
Usage instructions
Connect via SSH on port 22 as the default login user for your operating system variant (the user guide lists it per variant). The Trino Web UI is served on port 80: browse to http://<instance-public-ip>/ and sign in with user admin and the generated password (the Web UI login form's username is admin; leave its password field blank because nginx has already authenticated you). Retrieve the credentials with: sudo cat /root/trino-credentials.txt. The query REST API and the JDBC and CLI endpoint are served on the same port 80 behind the same HTTP Basic credentials. Query from the bundled CLI on the instance: trino --server http://127.0.0.1:8080 --user admin --catalog tpch --schema sf1, then run SELECT count(*) FROM nation. The engine configuration and connector catalogs live under /opt/trino-data/etc on a dedicated data disk; add a connector by creating /opt/trino-data/etc/catalog/<name>.properties and restarting trino.service.
Resources
Vendor resources
Support
Vendor support
cloudimg provides 24/7 technical support for this product by email and live chat. Our engineers help with deployment, configuration, updates, performance tuning and troubleshooting; critical issues receive a one hour average response. Contact support@cloudimg.co.uk .
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products
