Overview
This product has charges associated with it for seller support. This is open source software, which is repackaged by ThinkCloud. The additional cost is applicable to the extended support of 24-hour response time. A repackaged rqlite v8.15.0 environment on CentOS Stream 9, including support. It offers a pre-configured, security-hardened environment designed for immediate deployment.
rqlite is a lightweight, distributed relational database built on SQLite and the Raft consensus algorithm. It provides a fault-tolerant, strongly consistent SQL database that is easy to deploy and operate. With a simple HTTP API and a built-in CLI client, rqlite is well-suited for use cases that require a reliable, replicated SQLite store without the complexity of traditional distributed databases.
Benefits:
- Lightweight & Embedded: Built on SQLite, rqlite has a minimal footprint and is easy to run on low-resource instances or edge devices.
- Distributed & Fault-Tolerant: Uses the Raft consensus protocol to ensure data consistency and high availability across a cluster.
- Simple HTTP API: All queries and management operations are accessible via a straightforward HTTP API, making integration easy.
- SQLite Compatible: Supports standard SQL syntax through SQLite, allowing you to use familiar tools and queries.
- Easy Operations: Single binary deployment with no external dependencies makes installation, upgrades, and maintenance simple.
- Secure by Default: Binds to localhost (127.0.0.1) out of the box, minimizing the attack surface until external access is explicitly configured.
This AMI is ideal for Developers, DevOps Engineers, and Edge Computing teams who need a lightweight, fault-tolerant distributed SQL database with minimal operational overhead.
Highlights
- CentOS Stream 9 Minimal installation with latest updates
- Professional technical support and fast response
- Optimized configuration for rqlite v8.15.0 on CentOS Stream 9
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
- ...
Dimension | Cost/hour |
|---|---|
t3.large Recommended | $0.05 |
t2.micro | $0.05 |
t3.micro | $0.05 |
r5.xlarge | $0.17 |
r8id.large | $0.05 |
r8id.8xlarge | $0.50 |
r6i.4xlarge | $0.17 |
r3.large | $0.05 |
r3.8xlarge | $0.50 |
r8i-flex.xlarge | $0.17 |
Vendor refund policy
No refunds provided after usage starts.
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
update to latest
Additional details
Usage instructions
-
Connection Method Connect via SSH as user 'ec2-user' to the running instance. Use sudo to run commands requiring root access, or switch to root using: sudo su - root
-
Application Details Check Version: /usr/local/bin/rqlited -version Server Binary: /usr/local/bin/rqlited Client CLI: /usr/local/bin/rqlite Data Directory: /var/lib/rqlite Configuration: /etc/systemd/system/rqlite.service (Note: Configuration is defined via command-line flags in the ExecStart line of the service file.)
-
Service Management Start: sudo systemctl start rqlite Stop: sudo systemctl stop rqlite Status: sudo systemctl status rqlite
-
Network Configuration rqlite Ports:
- Port 4001 (TCP): HTTP API for client queries and management.
- Port 4002 (TCP): Raft layer for internal cluster communication.
- Default Status: Both ports are bound to 127.0.0.1 (localhost only). Secure by default.
How to Allow External Access to Port 4001:
-
Edit service file: sudo nano /etc/systemd/system/rqlite.service
-
Modify flag: change -http-addr 127.0.0.1:4001 to -http-addr 0.0.0.0:4001
-
Reload and restart: sudo systemctl daemon-reload && sudo systemctl restart rqlite
-
AWS Security Group: Add inbound rule for TCP port 4001.
-
OS Firewall: sudo firewall-cmd --permanent --add-port=4001/tcp && sudo firewall-cmd --reload Please allow SSH port 22 to limited IPs for access.
-
Local CLI Connection Connect using the built-in CLI client (Note: use capital -H for host, -h is for help): rqlite -H 127.0.0.1 -p 4001 or simply: rqlite (defaults to localhost:4001)
Verify with SQL: CREATE TABLE test (id INTEGER, name TEXT); INSERT INTO test VALUES (1, 'rqlite is working'); SELECT * FROM test; .exit
Support
Vendor support
If you encounter problems in the process of using the system, please feel free to contact us by email: support@thinkclouds.ai !
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.