Overview
This is a repackaged open source software product wherein additional charges apply for technical support with a 24-hour response time. This AMI contains KeyDB 6.3.4 on Ubuntu 24.04 repackaged by Easycloud, fully configured for high-concurrency caching and data storage. The system is built on a minimal installation of Ubuntu, updated to the latest version, and includes continuous updates and support to ensure a secure and stable foundation.
KeyDB is a high-performance, open-source NoSQL database backed by a multithreaded architecture. It is a drop-in replacement for Redis, meaning it supports the exact same protocol, commands, and clients, but offers significantly higher throughput and lower latency on modern multi-core hardware.
We uphold the core value of "Redefining open source value through performance and simplicity."
Guided by this commitment, this AMI is professionally repackaged by experienced engineers with a strict focus on Computational Speed and Developer Efficiency.
Why choose this AMI?
-
Multithreading Enabled: Unlike standard Redis which is single-threaded, this KeyDB installation is pre-configured to utilize multiple threads. This allows vertical scaling on powerful EC2 instances, processing more requests per second without sharding.
-
Drop-in Redis Replacement: Fully compatible with existing Redis modules, scripts, and clients. You can migrate from Redis to KeyDB without changing a single line of your application code.
-
Optimized Configuration: We have pre-tuned the configuration (/etc/keydb/keydb.conf) to enable server threads and CPU affinity, ensuring the database engine fully utilizes the underlying hardware resources immediately upon launch.
-
Production Ready: Based on a hardened, minimal installation of Ubuntu 24.04, updated with the latest security patches.
Highlights
- Vertical Scalability: Unlocks the full power of modern multi-core instances, allowing you to scale up performance without complex sharding or clustering.
- Full Compatibility:Works seamlessly with all standard Redis clients and tools (redis-cli, keydb-cli).
- Expert Support: Backed by comprehensive documentation and fast, professional technical assistance.
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.medium Recommended | $0.04 |
t3.micro | $0.04 |
t2.micro | $0.04 |
m5n.large | $0.08 |
c8a.2xlarge | $0.18 |
r5ad.8xlarge | $0.39 |
t2.xlarge | $0.18 |
r5.16xlarge | $0.68 |
t1.micro | $0.04 |
p3.16xlarge | $0.68 |
Vendor refund policy
No refunds. Cancel anytime.
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
Update to the latest version
Additional details
Usage instructions
Connection Methods
Access the instance via SSH using the ubuntu user.Use sudo to run commands requiring root privileges.To switch to the root user, run: sudo su - root.
Install Information
Operating System: Ubuntu 24.04 LTS
KeyDB Version: 6.3.4
Redis Compatibility: 6.3.4 (100% Redis API compatible)
Default Port: 6379
Configuration File: /etc/keydb/keydb.conf
Multithreading Config: /etc/keydb/keydb-threads.conf
Data Directory: /var/lib/keydb
Service Management
Start KeyDB service by running: sudo systemctl start keydb-server
Stop KeyDB service by running: sudo systemctl stop keydb-server
Restart KeyDB service by running: sudo systemctl restart keydb-server
Check KeyDB status by running: sudo systemctl status keydb-server
Quick Verification Commands
Enter the interactive console by running: keydb-cli
Check KeyDB server version by running: keydb-server --version
Check KeyDB CLI version by running: keydb-cli --version
Enter the interactive console by running: keydb-cli
External Access Configuration (Optional)
Security Note: External access is disabled by default to prevent unauthorized access.
Step 1. Open configuration file by running: sudo nano /etc/keydb/keydb.conf
Step 2. Allow external connections by changing bind 127.0.0.1 to bind 0.0.0.0
Step 3. Enable password protection by uncommenting and setting the requirepass parameter (e.g., requirepass StrongPassword123!)
Step 4. Save and exit the file (Ctrl+O, Enter, Ctrl+X).
Step 5. Apply changes by running: sudo systemctl restart keydb-server
Step 6. Connect remotely by running: keydb-cli -h YOUR_IP -p 6379 -a StrongPassword123!
Firewall Configuration
SSH (Port 22): Required for initial system access.KeyDB/Redis (Port 6379): Required for database connections.
Security Recommendation: Strictly limit access to Port 6379 to trusted application server IPs only via AWS Security Groups.
Documentation
For a detailed installation and management guide, please visit:https://www.easyclouds.io/docs/keydb-guide
Resources
Vendor resources
Support
Vendor support
Should you encounter any issues while using the system, please do not hesitate to contact us via email at: support@easyclouds.io . Thank you!
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
