Overview
Redis 7.4 server active
Terminal output showing redis-server reporting a 7.4.x version string and the redis-server.service in an active running state.
Redis 7.4 server active
Authenticated PING returns PONG
Round-trip SET and GET
INFO server
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
Redis - Production-Ready In-Memory Database on AWS
Deploy a fully configured, security-hardened Redis node that accepts connections within minutes of instance launch. Built for backend developers, platform engineers, and DevOps teams who need an unambiguously open-source Redis under the BSD licence - with no licensing compliance risk for SaaS products or commercial deployments.
Why This Image Over Alternatives
Unlike Redis AMIs that ship with shared default credentials or require manual hardening steps after launch, this image enforces password authentication from the moment Redis starts. A unique, strong password is generated per instance on first boot - eliminating the credential-sharing risk that leads to unauthorized access. The final open-source release line under the BSD licence means no vendor lock-in and no licence ambiguity following Redis Ltd.'s move to dual SSPL/RSALv2 licensing.
What Is Included
- Redis server and redis-cli installed from the official Redis package repository
- Auto-starting service listening on port 6379, ready for client connections immediately after boot
- Static identification page on port 80 confirming the image is alive and directing administrators to the credentials file
- RDB snapshot persistence enabled by default; append-only file (AOF) persistence documented in the user guide
Secure First Boot Process
- Launch your EC2 instance with this AMI
- A one-shot systemd service generates a cryptographically strong password for the default Redis user
- The password is applied to the running server via a configuration drop-in (not stored in the main redis.conf)
- Credentials are written to a file readable only by root
- Anonymous connections are refused - authentication is enforced immediately
No shared or default Redis credential ever ships in the image.
AWS Integration Points
This Redis AMI runs on Amazon EC2 instances of any supported type. Pair it with:
- Amazon VPC for network isolation and security group rules controlling access to ports 6379, 80, and 22
- Amazon CloudWatch for instance-level monitoring of CPU, memory, and network metrics
- Amazon EBS for durable storage backing RDB snapshots and AOF files
- AWS Systems Manager for patch management and remote session access without opening SSH to the internet
Popular client frameworks including Node.js (ioredis), Python (redis-py), Java (Jedis/Lettuce), and Spring Boot connect without modification.
Deployment Prerequisites
- Security groups: Allow inbound TCP on port 6379 (Redis clients), port 80 (status page), and port 22 (SSH administration)
- Instance sizing: Minimum t3.small for development; m5 or r5 family recommended for production workloads requiring larger memory allocations
- Storage: General Purpose SSD (gp3) EBS volume; size according to your dataset plus snapshot overhead
Use Case: Session Store for Web Applications
A development team running a web application behind an Auto Scaling group deploys this AMI as a centralized session store. Each application server connects to the Redis instance on port 6379 using the per-instance password. Sessions persist across application server scaling events, and the RDB snapshot ensures session data survives instance reboots. The BSD licence allows embedding in commercial SaaS products without licence review overhead.
Additional Use Cases
- Application caches reducing database load
- Real-time leaderboards and counters
- Rate limiting and feature flags
- Pub/Sub messaging and lightweight streaming
- Job queues for background workers
cloudimg Support
24/7 technical support by email and live chat with a one-hour average first response for critical issues. Our engineers assist with Redis deployment, persistence configuration, memory tuning, cache eviction policy selection, replication setup, and operational troubleshooting.
All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
Highlights
- Final open-source Redis under the BSD licence - no vendor lock-in or licence compliance risk for SaaS products following Redis Ltd.'s move to SSPL/RSALv2. Unlike images requiring manual hardening, this AMI delivers a working, authenticated Redis node within minutes of EC2 launch with redis-cli included and persistence enabled by default.
- Zero shared credentials - a cryptographically strong, unique password is generated per instance on first boot and stored in a root-only file. Authentication is enforced from the moment Redis starts, eliminating the default-password vulnerability common in other AMIs. No manual security configuration required.
- 24/7 technical support from cloudimg with a one-hour average first response for critical issues. Engineers assist with deployment, persistence tuning, memory configuration, eviction policies, and replication - filling the gap left by community-only support on competing Redis 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
Free trial
- ...
Dimension | Description | Cost/hour |
|---|---|---|
m5.large Recommended | m5.large | $0.08 |
t3.micro | t3.micro instance type | $0.04 |
t2.micro | t2.micro instance type | $0.04 |
c8id.24xlarge | c8id.24xlarge instance type | $0.24 |
d3en.6xlarge | d3en.6xlarge instance type | $0.24 |
r8idn.32xlarge | r8idn.32xlarge instance type | $0.24 |
m8in.24xlarge | m8in.24xlarge instance type | $0.24 |
inf1.24xlarge | inf1.24xlarge instance type | $0.24 |
m8a.8xlarge | m8a.8xlarge instance type | $0.24 |
r7a.2xlarge | r7a.2xlarge instance type | $0.24 |
Vendor refund policy
Refunds available on request.
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 of Redis 8 on AWS. Includes Redis 8 from packages.redis.io, per-instance password authentication and a dedicated 20 GiB data volume.
Additional details
Usage instructions
Connect via SSH on port 22 as the default user for your OS variant (see the user guide for the per-variant login user). Read the generated requirepass from /root/redis-credentials.txt (root only). Connect to Redis with: redis-cli -a '<password>' --no-auth-warning. Verify with PING, which returns PONG. The redis-server service runs and listens on port 6379. The identity page on port 80 confirms the instance is a cloudimg Redis AMI.
Resources
Vendor resources
Support
Vendor support
cloudimg Support for Redis
cloudimg provides 24/7 technical support for this Redis AMI through two channels:
- Email: support@cloudimg.co.uk
- Live chat: Available around the clock
Response Times
Critical issues receive a one-hour average first response. Our engineers work with you until resolution on production-impacting problems.
What We Help With
- Initial deployment and instance sizing guidance
- Redis persistence configuration (RDB snapshots and AOF)
- Memory tuning and maxmemory policy selection
- Cache eviction strategy optimization
- Replication setup and failover planning
- Performance troubleshooting and diagnostics
- Security configuration and credential management
- Software updates and patch guidance
Getting Started
After launching your instance, if you need assistance retrieving your Redis credentials, configuring persistence, or tuning memory settings, contact us at support@cloudimg.co.uk or open a live chat session. Please include your EC2 instance ID and a description of the issue for fastest routing.
Refunds
If you experience issues with the product, contact our support team. We will work to resolve the problem or assist with the refund process through AWS Marketplace.
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.