Overview
This is a repackaged software product wherein additional charges apply for hardening, security configuration, and support.
WHAT IS VALKEY
Valkey is the open-source, high-performance Redis-compatible in-memory data store maintained by the Linux Foundation - forked from Redis OSS 7.2 in 2024 when Redis Inc. relicensed to BSL. It supports the full Redis API including strings, hashes, lists, sets, sorted sets, streams, pub/sub messaging, Lua scripting, transactions, geospatial commands, hyperloglog, bitmaps and the modules ecosystem. Operators get RDB snapshots and AOF persistence to local disk, replica replication and cluster sharding for horizontal scale. Drop-in compatible with all existing Redis clients across Java, Python, Node.js, Go, PHP, Ruby and 100+ other languages and frameworks - no application code changes required. BSD-3-Clause license - the safe vendor-neutral path forward for self-hosted Redis users.
WHAT THIS AMI ADDS
Security hardening:
- Strong random password at first boot - no default or empty password
- Binds to 127.0.0.1 only - not exposed to the network by default
- FLUSHALL and FLUSHDB disabled
- UFW firewall - port 6379 blocked externally, SSH on 22 only
- 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
- Secure by default: strong password at first boot, localhost-only binding, FLUSHALL disabled - unlike bare Valkey AMIs that ship with no auth and open networking.
- 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.
- Drop-in Redis replacement: full Redis API compatibility, works with all existing Redis clients and tooling. Linux Foundation BSD-3-Clause license - no vendor lock-in, ever.
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.small Recommended | $0.02 |
t3.micro | $0.01 |
t3.large | $0.03 |
t3.medium | $0.02 |
m6i.xlarge | $0.05 |
m6i.large | $0.03 |
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.
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
Version 9.0.3 - Initial release (April 2026)
- Valkey 9.0.3 on Ubuntu 24.04 LTS
- CIS Ubuntu 24.04 Level 1 hardening applied (ansible-lockdown/UBUNTU24-CIS)
- Tailored CIS profile with documented controls
- Password authentication enabled at first boot - no default empty password
- Network isolation: binds to 127.0.0.1 only by default
- FLUSHALL and FLUSHDB disabled for production safety
- RDB persistence pre-configured
- UFW firewall, fail2ban, auditd, AppArmor pre-configured
- SBOM (CycloneDX 1.6) included at /etc/lynxroute/sbom.json
- CIS Conformance Report (OpenSCAP) included at /etc/lynxroute/cis-report.html
- IMDSv2 enforced
Additional details
Usage instructions
- Launch the instance from AWS Marketplace or EC2 console.
- Connect via SSH: ssh -i your-key.pem ubuntu@<PUBLIC_IP>
- Retrieve credentials: sudo cat /root/valkey-credentials.txt
- In your Security Group, open port 6379 ONLY to trusted IP ranges (never 0.0.0.0/0).
- Connect to Valkey: valkey-cli -h <PRIVATE_IP> -p 6379 -a <password>
Valkey binds to 127.0.0.1 by default. To allow access from your application servers, edit /etc/valkey/valkey.conf and change the bind directive, then restart: sudo systemctl restart valkey
Credentials and connection details are stored in /root/valkey-credentials.txt at first boot.
Compliance artifacts:
- SBOM (CycloneDX 1.6): /etc/lynxroute/sbom.json
- CIS Conformance Report: /etc/lynxroute/cis-report.html
For documentation: https://valkey.io/docs/
Resources
Vendor resources
Support
Vendor support
Lynxroute is not affiliated with the Linux Foundation or LF Projects LLC - this AMI packages the BSD-3-Clause open-source Valkey distribution as a self-hosted EC2 service (distinct from AWS ElastiCache for Valkey, which is a managed offering). "Valkey" is a trademark of LF Projects LLC.
Visit us online: https://lynxroute.com
For Valkey documentation: https://valkey.io/docs/ For Valkey upstream issues: https://github.com/valkey-io/valkey/issues For AWS infrastructure 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.