Overview
This is a repackaged open source software product wherein additional charges apply for hardening, security configuration, and setup support.
WHAT IS TYPESENSE
Typesense is a fast, typo-tolerant open-source search engine written in C++ - a single-binary alternative to Algolia and a more developer-friendly alternative to Elasticsearch for the search-as-a-feature use case. It serves a REST API over indexed documents with sub-50ms query latency, supports typo correction, faceting, filtering, geo search, vector search (HNSW) and federated multi-collection queries. Operators get an instant-search JavaScript client, dashboard UI and import tooling for JSON/JSONL/CSV. Documents and search indexes are persisted to RocksDB on the local filesystem with snapshotting and follower replication for HA setups. GPL-3.0 license - drop-in for any application that today calls Algolia or Elasticsearch, with no per-query fees and no vendor lock-in.
WHAT THIS AMI ADDS
Security hardening:
- Unique API key generated per instance at first boot
- UFW firewall - port 8108 open only; SSH on 22
- fail2ban, AppArmor
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
- Typesense security baked in: unique API key per instance, UFW firewall pre-configured.
- 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.
- Self-hosted Algolia alternative: typo tolerance, faceted search, vector search - no per-query pricing.
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 | Cost/hour |
|---|---|
t3.medium Recommended | $0.05 |
m6i.large | $0.05 |
m6i.xlarge | $0.05 |
t3.large | $0.05 |
Vendor refund policy
We do not offer refunds for this product. AWS infrastructure charges (EC2, EBS, data transfer) are billed separately by AWS and are not refundable by us. If you experience technical issues with the AMI, please contact us at support@lynxroute.com before requesting a refund.
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
Typesense v30.2
- Fix: scheduled log rotation no longer stops the Typesense service. Rotation previously signalled the server in a way Typesense treats as a shutdown request, so search could stop overnight and stay stopped. Log files are now rotated in place and the server is not signalled.
- The service unit now restarts on any unexpected exit, not only on a non-zero exit code.
- Typesense 30.2 itself is unchanged. Rebuilt on the current CIS Level 1 hardened Ubuntu 24.04 LTS base for the latest Ubuntu security updates.
Additional details
Usage instructions
- Launch instance (t3.medium recommended)
- Open Security Group - allow TCP 8108 from your IP only
- SSH: ssh -i key.pem ubuntu@<PUBLIC_IP>
- Read credentials: sudo cat /root/typesense-credentials.txt
- Test the API: curl -H "X-TYPESENSE-API-KEY: <api_key>" http://<PUBLIC_IP>:8108/health
Credentials and the API key are saved to /root/typesense-credentials.txt at first boot. For production use, restrict port 8108 to trusted IPs only (never 0.0.0.0/0).
Resources
Vendor resources
Support
Vendor support
Visit us online
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.