Overview
ClickHouse /play SQL playground
The built in /play browser SQL playground served on port 8123, running a SELECT against the running ClickHouse node.
ClickHouse /play SQL playground
clickhouse-client query session
clickhouse-server version
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
Overview
ClickHouse is the open source column-oriented online analytical processing (OLAP) database built for sub-second queries over billions of rows. This AMI delivers ClickHouse fully installed and configured on a single node, so your analytics database is running within minutes of launch - no manual compilation, security hardening, or storage configuration required. Backed by 24/7 cloudimg technical support.
Why This AMI Over Self-Installation
Installing ClickHouse on a bare EC2 instance requires manual package setup, storage partitioning, credential management, and service hardening. This image eliminates that effort. Compared to self-deployment you get: pre-hardened authentication from first boot, a dedicated data volume already mounted, and expert support for cluster expansion and query tuning - all without managing the undifferentiated infrastructure work yourself.
AWS Integration
ClickHouse natively supports reading and writing data from Amazon S3, enabling cost-effective tiered storage and bulk data import/export. You can ingest streaming data from Amazon Kinesis or Amazon MSK (Managed Streaming for Apache Kafka) directly into ClickHouse tables. System metrics can be exported to Amazon CloudWatch for unified monitoring alongside your other AWS workloads.
Requirements and Sizing Guidance
Minimum recommended instance: 4 vCPUs and 16 GB RAM (e.g., r6i.xlarge or r5.xlarge). For heavier workloads exceeding 1 billion rows or concurrent query users, consider r6i.2xlarge or larger. The AMI uses a dedicated EBS volume for ClickHouse data - gp3 is recommended, sized to your dataset. Network ports to open in your security group: 8123 (HTTP interface and /play playground), 9000 (native TCP protocol), and 9009 (inter-server replication - restrict to private subnet if not clustering).
Authentication and Security
The image ships with the default user locked behind a password placeholder. On first boot, a one-shot service generates a strong, unique-per-instance password, writes it to a root-only file, and applies it via ALTER USER so the database never accepts unauthenticated connections. No shared or default credentials ship in the image. For encryption in transit, configure TLS on the HTTP and native interfaces using your own certificates. The dedicated EBS data volume supports AWS-managed encryption at rest when enabled at launch.
Data on Its Own Volume
ClickHouse data, metadata, and system tables live on a dedicated, independently resizable EBS volume mounted at theClickHouse data directory. This separation means you can grow storage, take snapshots, and manage backups independently of the OS disk - resize without downtime and snapshot your entire dataset in seconds via EBS.
What Is Included
ClickHouse server and the clickhouse-client command line tool installed from the officialClickHouse package repository, running the current stable line as a single node. The HTTP interface (including the built-in /play SQL playground), the native TCP protocol, and the inter-server replication port are all configured.ClickHouse is the only workload on the image, keeping resource consumption lean and predictable.
Quick Start
- Launch the AMI on an r6i.xlarge or larger instance with a gp3 EBS data volume.
- Open ports 8123 and 9000 in your security group.
- SSH into the instance and read the generated password from the root-only file.
- Connect via clickhouse-client or any HTTP client using the default user and generated password.
- Open http://your-instance:8123/play in a browser for the built-in SQL playground.
- Create databases and tables, then scale to a multi-node cluster using the user guide.
Use Cases
Real-time analytics dashboards and product telemetry. An e-commerce team ingesting hundreds of millions of clickstream events per day to power real-time conversion funnel dashboards. Log, event, and observability stores replacing costly managed solutions. Business intelligence and ad-hoc reporting over very large datasets. Time-series analysis for IoT and financial data.
cloudimg Support
24/7 technical support by email and live chat with a one-hour average response for critical issues. Our engineers help withClickHouse deployment, cluster expansion, schema design, query tuning, and database administration. Book a free30-minute architecture review to plan your deployment.
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
- ClickHouse data lives on a dedicated, independently resizable EBS volume - grow storage, snapshot, and back up without touching the OS disk. 24/7 technical support from cloudimg covers deployment, cluster expansion, schema design, and query tuning with a one-hour average response for critical issues. Integrates with Amazon S3 for tiered storage and Amazon Kinesis or MSK for streaming ingestion.
- Security hardened from first boot: a unique per-instance password is generated automatically and stored in a root-only file, so the database never accepts unauthenticated connections. No shared credentials ship in the image. Configure TLS on HTTP and native interfaces with your own certificates, and enable EBS encryption at rest for the data volume.
- Production-ready in minutes, not hours: ClickHouse server, clickhouse-client, the HTTP interface with /play SQL playground, and native TCP protocol are all pre-configured on a single node. Recommended on r6i.xlarge or larger (4+ vCPUs, 16+ GB RAM). No manual package installation, storage partitioning, or service hardening required.
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 |
|---|---|---|
m5.large Recommended | m5.large | $0.08 |
t2.micro | t2.micro instance type | $0.04 |
t3.micro | t3.micro instance type | $0.04 |
d3.4xlarge | d3.4xlarge instance type | $0.24 |
t3.small | t3.small instance type | $0.04 |
m5ad.8xlarge | m5ad.8xlarge instance type | $0.24 |
c8ine.8xlarge | c8ine.8xlarge instance type | $0.24 |
g6.4xlarge | g6.4xlarge instance type | $0.24 |
z1d.6xlarge | z1d.6xlarge instance type | $0.24 |
r6a.48xlarge | r6a.48xlarge instance type | $0.24 |
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
Remediates flagged CVEs: full apt update (kernel + userspace); rng-tools added.
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). ClickHouse listens for the native protocol on port 9000 and the HTTP interface on port 8123 on the instance. Retrieve the generated default user password with: sudo cat /root/clickhouse-credentials.txt. Open the shell with: clickhouse-client --password '<password>'. To use the browser SQL playground, restrict port 8123 to trusted networks, then browse to http://<instance-public-ip>:8123/play and sign in as default. The user guide explains how to create databases and tables and how to add further nodes for a multi node cluster.
Resources
Vendor resources
Support
Vendor support
cloudimg provides 24/7 technical support for this ClickHouse AMI by email and live chat.
Response Times
Critical issues (database down, data loss risk): one-hour average response. General inquiries (configuration, optimization, scaling): responded to within one business day.
What We Help With
- Initial deployment and instance sizing guidance
- ClickHouse configuration and performance tuning
- Cluster expansion and multi-node setup
- Schema design and query optimization
- Upgrades to newer ClickHouse stable releases
- Troubleshooting connectivity, storage, and replication issues
- Guidance on AWS integration (S3, Kinesis, CloudWatch)
Prerequisites and Instance Guidance
Recommended minimum instance: r6i.xlarge (4 vCPUs, 16 GB RAM) with a gp3 EBS data volume. For workloads exceeding 1 billion rows or high query concurrency, consider r6i.2xlarge or larger. Open security group ports 8123 (HTTP), 9000 (native TCP), and optionally 9009 (inter-server replication, restrict to private subnet).
Quick Start After Launch
- SSH into your instance.
- Read the generated default user password from the root-only file at /root/.clickhouse_password.
- Connect using clickhouse-client --password or via HTTP at port 8123.
- Verify health by running SELECT 1 or checking the /play interface in your browser.
Contact
Email: support@cloudimg.co.uk Live chat: available 24/7 through our support portal.
For refund requests or billing questions, contact us via email with your AWS Marketplace order ID.
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
