Overview
This product has charges associated with it for seller support. This is open source software, which is repackaged by ThinkCloud. The additional cost is applicable to the extended support of 24-hour response time. A repackaged Memcached 1.6.9 environment on CentOS Stream 9, including support. It offers a pre-configured, security-hardened environment designed for immediate deployment.
Memcached is a high-performance, distributed in-memory object caching system designed to speed up dynamic web applications by alleviating database load. It is simple yet powerful, storing arbitrary data in memory using a simple key-value model. Memcached is widely used to cache database query results, session data, and rendered page fragments, reducing latency and improving application throughput at scale.
Benefits:
- Memcached 1.6.9 pre-installed and configured with automatic startup on boot
- Ready-to-use cache service on port 11211 with 64 MB default cache size
- Security-hardened CentOS Stream 9 base with minimal attack surface and latest updates
- Easily tunable cache size and connection limits via /etc/sysconfig/memcached
- Lightweight memory footprint ideal for high-throughput caching workloads
- 24-hour professional technical support from ThinkCloud experts
This AMI is ideal for web developers and DevOps engineers who need a fast, reliable distributed caching layer to reduce database load and accelerate application response times on AWS.
Highlights
- Professional technical support and fast response
- Optimized configuration for Memcached 1.6.9 on CentOS Stream 9
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.large Recommended | $0.05 |
t2.micro | $0.05 |
t3.micro | $0.05 |
m7i.xlarge | $0.17 |
g2.2xlarge | $0.17 |
h1.4xlarge | $0.17 |
i2.4xlarge | $0.17 |
r6i.large | $0.05 |
m6id.16xlarge | $0.50 |
x2idn.metal | $0.50 |
Vendor refund policy
No refunds provided after usage starts.
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
v1.6
Additional details
Usage instructions
-
Connection Method:
- SSH into the instance: ssh -i your-key.pem ec2-user@<public-ip>
- Use sudo for administrative operations: sudo su -
-
Application Details:
- Memcached version: memcached --version Expected output: memcached 1.6.9
- Binary: /usr/bin/memcached
- Config file: /etc/sysconfig/memcached
- Default port: 11211
- Default cache size: 64 MB (configurable in /etc/sysconfig/memcached)
-
Service Management:
- Start Memcached: sudo systemctl start memcached
- Stop Memcached: sudo systemctl stop memcached
- Restart Memcached: sudo systemctl restart memcached
- Check status: sudo systemctl status memcached
- Memcached is enabled and starts automatically on boot
-
Network Configuration:
- Port 22 (SSH) must be open in your EC2 security group
- Memcached listens on port 11211 - do not expose this port publicly
- To allow access from your application servers only, restrict port 11211 to trusted IPs
- Add firewall rule: sudo firewall-cmd --add-port=11211/tcp --permanent
- Reload firewall: sudo firewall-cmd --reload
-
Configuration and Getting Started:
- Edit config: sudo vi /etc/sysconfig/memcached
- Adjust cache size (CACHESIZE), max connections (MAXCONN), and port (PORT) in the config file
- Test connectivity: echo 'stats' | nc 127.0.0.1 11211
- Set a key: echo 'set mykey 0 300 5\r\nhello\r\n' | nc 127.0.0.1 11211
- Get a key: echo 'get mykey\r\n' | nc 127.0.0.1 11211
Support
Vendor support
If you encounter problems in the process of using the system, please feel free to contact us by email: support@thinkclouds.ai !
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
