Listing Thumbnail

    Valkey - Hardened Self-Hosted Redis-Compatible Cache

     Info
    Sold by: Lynxroute 
    Deployed on AWS
    Free Trial
    AWS Free Tier
    This product has charges associated with it for hardening, security configuration, and support. Valkey is the open-source Redis-compatible cache by the Linux Foundation - the safe, BSD-licensed alternative after Redis changed its license. Unlike bare Valkey deployments that bind to all interfaces with no authentication, this Lynxroute build is security baked in: strong password at first boot, localhost-only binding, FLUSHALL disabled, and CIS Level 1 hardened Ubuntu 24.04 LTS base. Drop-in Redis replacement compatible with all existing Redis clients. BSD-3-Clause 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 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.

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

    Valkey - Hardened Self-Hosted Redis-Compatible Cache

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

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

    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

    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

    1. Launch the instance from AWS Marketplace or EC2 console.
    2. Connect via SSH: ssh -i your-key.pem ubuntu@<PUBLIC_IP>
    3. Retrieve credentials: sudo cat /root/valkey-credentials.txt
    4. In your Security Group, open port 6379 ONLY to trusted IP ranges (never 0.0.0.0/0).
    5. 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.

    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.