Overview
This is a repackaged open source software product wherein additional charges apply for the hardened, security-maintained image (rebuilt and re-verified as new CVEs are disclosed).
Verified Images publishes a hardened, production-ready Valkey server on Ubuntu 26.04 LTS. Valkey is the high-performance, open-source, in-memory key-value data store used for caching, session storage, queues, rate limiting, and real-time data. It is a drop-in, protocol-compatible continuation of the widely used Redis key-value store, stewarded under the Linux Foundation, and it speaks the same wire protocol, so existing clients, libraries, and tooling connect unchanged. The server is tuned and locked down at first boot, so you get a running, maintained data store in minutes instead of installing and hardening it by hand, and it is a clean drop-in replacement for other self-managed Redis-compatible images.
What's included beyond a stock install:
- No baked-in credentials: on first launch the image generates a unique, random per-instance password and sets it as the Valkey password (requirepass), so authentication is required from the first connection. The password is retrievable only by the holder of the SSH key (from the login banner, the operator CLI, or a root-only file); nothing secret is stored in the AMI, and every instance is unique.
- Secure by default: the server is baked bound to localhost with no listener exposed; first boot sets the password before opening the network listener, so a public port is never served without authentication. Protected mode is on and remote access is opt-in.
- TLS available: point your own certificate at the server and switch to encrypted client connections with one command.
- Durable by default: append-only file (AOF) persistence and periodic snapshots are enabled so data survives restarts.
- A one-command operator CLI (valkeyctl): status, connection details, password rotation, on-demand snapshot backups, guided restore, and enabling TLS or remote access, all in a single tool.
- A hardened OS baseline (inherited from the Verified Images hardened Ubuntu 26.04 image): SSH password authentication and root login are disabled, a kernel/network sysctl hardening profile is applied, no default OS passwords or SSH keys are baked in, the service runs as an unprivileged systemd unit, and automatic OS security patching (unattended-upgrades) is enabled.
- AWS Systems Manager (SSM) agent preinstalled for keyless, auditable instance management.
- Ongoing security maintenance: the hardened image is rebuilt and re-verified as new CVEs are disclosed, so new launches stay current.
Valkey is licensed under the permissive BSD 3-Clause License and is fully open source; it allows commercial use, modification, and redistribution with attribution, and is not a source-available or resale-restricted product. Verified Images ships Valkey specifically because it remains permissively licensed after Redis, the project it continues, moved to a source-available license that no longer permits this kind of packaging. Valkey is a trademark of its project under the Linux Foundation, and Redis is a trademark of Redis Ltd.; both names are used only to describe what this image is and is compatible with. Verified Images is an independent repackager and is not affiliated with, sponsored by, or endorsed by the Valkey project, the Linux Foundation, or Redis Ltd.
Highlights
- Production-ready Valkey in minutes - a tuned, hardened, Redis-protocol-compatible in-memory data store on Ubuntu 26.04 with authentication required from first connection (unique random per-instance password), protected mode on, and persistence enabled; no baked-in credentials.
- Operates itself - one-command valkeyctl for connection details, password rotation, snapshot backups, restore, and enabling TLS or remote access; automatic OS security patching; SSM agent preinstalled.
- Security-maintained, and licensed to be here - Valkey is the permissively (BSD-3-Clause) licensed open-source continuation of Redis; the hardened image is rebuilt and re-verified as new CVEs are disclosed. A protocol-compatible drop-in for self-managed Redis-compatible images.
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
Dimension | Cost/hour |
|---|---|
t3.small Recommended | $0.06 |
t3.micro | $0.05 |
m5.large | $0.16 |
t3.xlarge | $0.25 |
m5.4xlarge | $0.70 |
c5.large | $0.16 |
c5.xlarge | $0.25 |
t3.2xlarge | $0.40 |
t3.medium | $0.10 |
m5.2xlarge | $0.40 |
Vendor refund policy
Refunds are handled through AWS Marketplace in accordance with AWS Marketplace's standard refund policy. To request a refund, buyers should submit a request via AWS Marketplace. For product-related questions, contact support@verified-images.com .
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
Initial release: hardened Valkey in-memory data store on Ubuntu 26.04 LTS. Authentication required from first connection (random per-instance requirepass), protected mode on, AOF persistence and snapshots enabled, TLS available on demand, the valkeyctl operator CLI, automatic OS security patching, and the Verified Images hardened OS baseline (SSH lockdown, sysctl hardening, SSM agent). Fully patched as of build date.
Additional details
Usage instructions
-
Launch this AMI from AWS Marketplace on a t3.small (t3.micro is fine for small working sets; Valkey is memory-bound, so size the instance to your data). Assign your own EC2 key pair and a security group.
-
Security group: open TCP 22 (SSH) from your IP for administration, and TCP 6379 (Valkey) only from the application tier or client IPs that need access. Do not open 6379 to the world; Valkey holds your cache and session data.
-
First boot configures and secures the server; it takes under a minute. Retrieve the per-instance password from the SSH login banner, or print it any time with the operator CLI: sudo valkeyctl info (or: sudo cat /root/verified-images-db-credentials). It is a random per-instance secret, not a guessable value.
-
Connect using any Redis-protocol client with that password (remote access is opt-in; enable it first with valkeyctl enable-remote): valkey-cli -h <public-ip> -p 6379 -a <password> 127.0.0.1:6379> PING Existing redis-cli and Redis client libraries work unchanged; pass the password as the AUTH secret (for example, a URL of the form protocol://:<password>@<public-ip>:6379).
-
Administer locally over SSH as the "ubuntu" user (SSH password auth and root login are disabled by design; use your key pair and sudo): sudo valkeyctl status (server status + health) sudo valkeyctl info (host, port, and the password) sudo valkeyctl rotate-password (set a new password and print it) sudo valkeyctl backup (on-demand snapshot backup) sudo valkeyctl enable-remote (allow connections from your security group) sudo valkeyctl enable-tls /path/to/fullchain.pem /path/to/privkey.pem (encrypted connections with your own certificate)
-
Rotate the password (valkeyctl rotate-password) before exposing the server if you wish, and keep the security group restricted to known clients. Automatic OS security updates are enabled (unattended-upgrades); no action needed. Questions: support@verified-images.com . Include your instance ID and a description of the issue.
Support
Vendor support
support@verified-images.com (Verified Images, a DBA of CarmelTech LLC).
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
