Listing Thumbnail

    Meilisearch - Hardened Open-Source Search Engine

     Info
    Sold by: Lynxroute 
    Deployed on AWS
    Free Trial
    This product has charges associated with it for hardening, security configuration, and support. Meilisearch is a lightning-fast, typo-tolerant search engine shipped as a single Rust binary, exposing a developer-friendly REST API for full-text, semantic, and hybrid search. Unlike bare Meilisearch AMIs that run in development mode with no master key, leave the API open on a public port with no TLS, and report anonymous analytics by default, this Lynxroute build is ready out of the box: production mode with a strong master key generated at first boot, the engine bound to localhost behind an nginx TLS reverse proxy on 443, analytics disabled, UFW firewall pre-configured, and a CIS Level 1 hardened Ubuntu 24.04 LTS base. MIT license - fully auditable, no vendor lock-in.

    Overview

    This is a repackaged software product wherein additional charges apply for hardening, security configuration, and support.

    WHAT IS MEILISEARCH

    Meilisearch is a fast, typo-tolerant open-source search engine written in Rust and shipped as a single statically linked binary, purpose-built for the search-as-a-feature use case. It serves a REST API over indexed documents with sub-50ms query latency and supports prefix search, typo tolerance, faceting and filtering, sorting, geo search, synonyms, stop words, and semantic and hybrid search via vector embeddings. Documents and indexes are persisted to an embedded LMDB store on the local filesystem. Applications integrate through official client SDKs (JavaScript, Python, PHP, Ruby, Go, Rust, Java, .NET and more), authenticating with the master key or scoped API keys minted from it. This image runs the single-node Community Edition, which is fully MIT licensed - a self-hosted search backend for any application, with no per-query fees and no vendor lock-in.

    WHAT THIS AMI ADDS

    Security hardening:

    • Strong random master key generated per instance at first boot (production mode - the API rejects unauthenticated calls)
    • Engine bound to 127.0.0.1 only; nginx terminates TLS on 443 and reverse-proxies to it; HTTP redirects to HTTPS
    • certbot and the nginx plugin pre-installed - enable a Let's Encrypt certificate with one command
    • Anonymous analytics disabled
    • UFW firewall - ports 80 and 443 only; SSH on 22
    • fail2ban, AppArmor
    • CVE scan - every image is scanned for vulnerabilities before release

    OS hardening (CIS Level 1):

    • CIS Ubuntu 24.04 LTS Level 1 benchmark applied via ansible-lockdown
    • auditd, SSH hardening, Kernel hardening, IMDSv2 enforced

    Compliance artifacts:

    • SBOM - CycloneDX 1.6 at /etc/lynxroute/sbom.json
    • CIS Conformance Report at /etc/lynxroute/cis-report.html
    • CIS Tailored Profile at /usr/share/doc/lynxroute/CIS_TAILORED_PROFILE.md

    Highlights

    • Meilisearch security baked in: strong master key generated at first boot, engine bound to localhost behind an nginx TLS proxy on 443, analytics disabled - unlike bare Meilisearch AMIs that run in development mode with no master key and leave the API open on a public port with no TLS.
    • CIS Level 1 hardened Ubuntu 24.04 LTS: auditd, fail2ban, AppArmor, SSH key-only, IMDSv2 enforced. CVE-scanned before every release. SBOM (CycloneDX) and CIS Conformance Report included.
    • API-first self-hosted search: typo-tolerant full-text plus semantic and hybrid vector search over a simple REST API and official SDKs - no per-query pricing. MIT license - fully auditable, no vendor lock-in.

    Details

    Delivery method

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

    Latest version

    Operating system
    Ubuntu 24.04

    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

    Free trial

    Try this product free for 5 days according to the free trial terms set by the vendor. Usage-based pricing is in effect for usage beyond the free trial terms. Your free trial gets automatically converted to a paid subscription when the trial ends, but may be canceled any time before that.

    Meilisearch - Hardened Open-Source Search Engine

     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.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (3)

     Info
    Dimension
    Cost/hour
    t3.medium
    Recommended
    $0.02
    t3.large
    $0.03
    t3.small
    $0.02

    Vendor refund policy

    We do not offer refunds for this product. AWS infrastructure charges are billed separately by AWS and are not refundable by us.

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    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

    Meilisearch 1.46.1 - Initial release (June 2026)

    • Meilisearch 1.46.1 (single-node Community Edition, MIT) on Ubuntu 24.04 LTS
    • CIS Level 1 hardening applied (ansible-lockdown/UBUNTU24-CIS)
    • CVE-scanned before every release
    • Production mode with a strong master key generated at first boot
    • Engine bound to 127.0.0.1; nginx terminates TLS on 443; HTTP redirects to HTTPS
    • certbot and the nginx plugin pre-installed for one-command Let's Encrypt TLS
    • Anonymous analytics disabled
    • UFW firewall pre-configured (ports 80, 443 only)
    • fail2ban, auditd, AppArmor pre-configured
    • SBOM (CycloneDX 1.6) at /etc/lynxroute/sbom.json
    • CIS Conformance Report (OpenSCAP) at /etc/lynxroute/cis-report.html
    • IMDSv2 enforced

    Additional details

    Usage instructions

    1. Launch instance (t3.small minimum, t3.medium recommended)
    2. Open Security Group - allow TCP 443 from your IP
    3. SSH: ssh -i key.pem ubuntu@<PUBLIC_IP>
    4. Read credentials: sudo cat /root/meilisearch-credentials.txt
    5. Call the API over HTTPS with the master key as a Bearer token: curl -k -H "Authorization: Bearer MASTER_KEY" https://<PUBLIC_IP>/keys
    6. Create an index, add documents and search: curl -k -X POST https://<PUBLIC_IP>/indexes -H "Authorization: Bearer MASTER_KEY" -H "Content-Type: application/json" --data-binary '{"uid":"movies","primaryKey":"id"}'

    Meilisearch runs API-first in production mode - there is no browser dashboard; manage it through the REST API or an official client SDK. The master key is generated at first boot and stored in /root/meilisearch-credentials.txt. The site uses a self-signed certificate (accept the browser warning, or pass -k to curl). For production, replace it with a CA-signed certificate: sudo certbot --nginx -d yourdomain.com

    Resources

    Vendor resources

    Support

    Vendor support

    Visit us online: https://lynxroute.com 

    For Meilisearch documentation: https://www.meilisearch.com/docs  For Meilisearch upstream issues:

    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

    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.