This product has charges associated with it for seller support. Memcached is a high-performance, distributed memory caching system used to speed up dynamic web applications by reducing database load.
Memcached 1.6.41 on Ubuntu 24.04 with free maintenance support by kCloudHubs. This is a repackaged open-source software product, for which additional support charges apply.
Need to make your web apps lightning-fast without hammering your database every time? Memcached is the classic go-to for that. kCloudHubs has a super straightforward Ubuntu 24.04 image on the AWS Marketplace with Memcached 1.6.40 already installed and tuned. It's the open-source version, repackaged for easy deployment, and comes with free basic maintenance. Want professional help, security patches, or troubleshooting? They've got optional paid support add-ons.
Memcached is a high-performance, distributed in-memory caching system that stores data as simple key-value pairs right in RAM. It slashes response times to sub-millisecond levels by serving repeated requests (such as database queries, API results, or page fragments) directly from memory rather than hitting the DB repeatedly. Perfect for dynamic sites, e-commerce, APIs-anywhere you have hot data that gets requested a lot.
Key Highlights & What Makes It Great
Blazing-fast data retrieval from RAM - cuts database load big time and boosts app performance like crazy.
Super easy horizontal scaling - just add more servers (or nodes in a cluster), and it distributes the cache automatically.
Straightforward key-value model - store strings, objects, whatever; fetch by key with almost zero overhead.
Lightweight and low-latency - handles millions of ops per second on modest hardware.
Simple setup and management - no fancy configs needed; great for caching session data, query results, full pages, etc.
This AMI deploys in one click from the AWS Marketplace: launch it on an EC2 instance (even a small t3.micro works for starters, scale up as traffic grows), and Memcached is ready to listen on the default port 11211. It's optimised for AWS-pair it with your app servers, use it alongside ElastiCache if you want managed scaling later, or cluster multiple instances for high availability. Security-wise, lock it down with security groups (don't expose publicly unless you really need to), and you're good.
Other Memcached Options on the Marketplace
If this one doesn't quite fit, check these out too:
One-click install Memcached AMI (from providers like Jetware) - Pure simplicity, no extra support, great for quick tests or low-maintenance setups.
Bitnami package for Memcached Regularly updated, security-patched, and comes with Helm charts so it's Kubernetes-ready (EKS-friendly). Awesome if you're going containerised or need automated vuln fixes.
All deliver the same core: fast, distributed RAM caching to speed up your apps. Pick the kCloudHubs Ubuntu one when you want full OS control on 24.04, optional vendor backup, and a clean open-source build. The one-click is for instant prototyping, and Bitnami shines in the K8S world.
If your app is slowing down from DB hits, slap Memcached in front and watch the magic. This kCloudHubs image makes it dead simple on AWS-no compiling, no headaches. Search "Memcached" by kCloudHubs on the Marketplace, launch it, and get your speed boost going today!
Highlights
Stores data in RAM for extremely fast data retrieval, reducing database.
Easily scales horizontally across multiple servers, making it suitable for large traffic.
Uses a straightforward key-value model, allowing quick access to frequently.
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.
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.
You pay by the hour based on the EC2 instance type you choose to run this Memcached image. All 21 dimensions deliver the same preinstalled caching software on Ubuntu 24.04; they differ only in the underlying compute size. Options span burstable general-purpose types (the t2 and t3 families), balanced general-purpose types (the m3, m4, and m5 families), compute-optimized types (the c3, c4, and c5 families), and memory-optimized types (the r3, r4, and r5 families). Larger instances carry more CPU and memory. Pick the size that matches your caching workload; billing scales with hours the instance runs.
Top-of-mind questions for buyers
What do I actually get when I pay for one instance-hour?
Each hourly charge covers one running instance of the chosen EC2 type with Memcached preinstalled on Ubuntu 24.04. The instance size sets the CPU and memory available for caching. You pay for each hour the instance runs, counted per instance.
Am I charged when the instance is stopped or paused?
Software charges meter running hours only. A stopped instance does not accrue the hourly software fee. Stopped instances may still incur AWS storage costs for attached volumes, but the Memcached image bills only for time the instance runs.
How do I scale caching capacity across several nodes and how does that affect billing?
The image supports horizontal scaling by running multiple cache nodes. Each running instance bills separately at its own hourly rate. Your total cost is the sum of hours across every instance you launch, regardless of instance type.
kcloudhubs.com
Helpful?
Vendor refund policy
No refund
How can we make this page better?
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
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.
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
Packaged with latest updates as of Jan 2026.
Additional details
Usage instructions
Connect your instance via SSH, the username is ubuntu. More info on SSH: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html -
Run the following commands:
#sudo su
#sudo systemctl enable memcached-docker
#sudo systemctl start memcached-docker
#systemctl status memcached
#echo stats | nc 127.0.0.1 11211
#memcached --version
Support
Vendor support
Feel free to reach out anytime.
Our support team is available 24x7 for assistance.
Email: meha@kcloudhubs.com
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.
This is a repackaged open source software product wherein additional charges apply for hardening, security configuration, and setup support.
Memcached is the classic high-performance distributed in-memory cache - a single multithreaded C daemon used to speed up web apps and databases. This Lynxroute build is hardened and ready out of the box: SASL authentication required, bound to the private interface only, UDP disabled, UFW firewall pre-configured, and a CIS Level 1 hardened Ubuntu 24.04 LTS base.
A locked-down, VPC-internal cache that is safe to run from first boot.
BSD-3-Clause license - fully auditable, no vendor lock-in.
This product has charges associated with it for seller support. Memcached is a high-performance, open-source distributed memory caching system that stores frequently accessed data in RAM to reduce database load and accelerate web application performance. It is widely used to cache database queries, API responses, session data, and other dynamic content, helping applications achieve lower latency and improved scalability.
Couchbase Server is a NoSQL database that delivers unparalleled performance at scale, on premises and in any cloud. It features memory-first architecture, built-in cache, geo-distributed deployment, and workload isolation.
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.