Listing Thumbnail

    Rqlite on CentOS Stream 9 with support by ThinkCloud

     Info
    Sold by: ThinkCloud 
    Deployed on AWS
    AWS Free Tier
    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.

    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

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    CentOs 9

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Rqlite on CentOS Stream 9 with support by ThinkCloud

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time. Alternatively, you can pay upfront for a contract, which typically covers your anticipated usage for the contract duration. Any usage beyond contract will incur additional usage-based costs.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.
    If you are an AWS Free Tier customer with a free plan, you are eligible to subscribe to this offer. You can use free credits to cover the cost of eligible AWS infrastructure. See AWS Free Tier  for more details. If you created an AWS account before July 15th, 2025, and qualify for the Legacy AWS Free Tier, Amazon EC2 charges for Micro instances are free for up to 750 hours per month. See Legacy AWS Free Tier  for more details.

    Usage costs (770)

     Info
    • ...
    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?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    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

    1. 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

    2. 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.)

    3. Service Management Start: sudo systemctl start rqlite Stop: sudo systemctl stop rqlite Status: sudo systemctl status rqlite

    4. 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:

    1. Edit service file: sudo nano /etc/systemd/system/rqlite.service

    2. Modify flag: change -http-addr 127.0.0.1:4001 to -http-addr 0.0.0.0:4001

    3. Reload and restart: sudo systemctl daemon-reload && sudo systemctl restart rqlite

    4. AWS Security Group: Add inbound rule for TCP port 4001.

    5. OS Firewall: sudo firewall-cmd --permanent --add-port=4001/tcp && sudo firewall-cmd --reload Please allow SSH port 22 to limited IPs for access.

    6. 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.

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.