Listing Thumbnail

    Perimattic Managed Redis - In-Memory Cache and Database on AWS

     Info
    Deployed on AWS
    Production-ready Redis with full root access, automated backups, and security hardening - an alternative to ElastiCache for teams needing OS-level control and custom configurations on AWS.

    Overview

    This fully managed Redis solution delivers a production-ready, hardened in-memory data store on AWS, built on Ubuntu 24.04 LTS. Every instance is pre-configured with security best practices, persistence settings, and automated operations.

    Key Features

    Automated Setup and Configuration On first login, an interactive setup script configures Redis with secure passwords, persistence settings, and firewall rules - all within minutes.

    Built-in Backup and Recovery Pre-configured daily RDB snapshots with 7-day retention. One-command restore for fast recovery. Export snapshots to S3 for additional resilience.

    Security Hardened Password authentication enabled by default, UFW firewall pre-configured to allow only SSH (22) and Redis (6379) from trusted sources, protected-mode enabled, and latest security patches applied.

    Performance Optimized maxmemory and eviction policies tuned for the selected instance type. Persistence settings balanced between durability and performance.

    Use Cases Application caching and session management Real-time leaderboards and counting Message queuing and pub/sub messaging Rate limiting and API throttling Geospatial data indexing and queries Machine learning feature stores and real-time inference caching

    Getting Started Launch the AMI from AWS Marketplace on your preferred instance type SSH into your instance and follow the interactive setup wizard Your Redis server is production-ready with backups, firewall, and tuning configured automatically

    Book a free setup consultation at https://cal.com/gaurav-pareek-perimattic/marketplace-setup-consultations  or email us at aws-support@perimattic.com .

    Support Managed and supported by Perimattic, a cloud infrastructure company with 13+ years of experience serving global clients. We offer free setup assistance, custom integrations, infrastructure consulting, and 24/7 support.

    Highlights

    • Full Root Access Redis: get complete OS-level control to configure persistence modes, Lua scripting, Redis modules, and kernel parameters without vendor lock-in.
    • Automated Daily Backups with 7-Day Retention: Pre-configured RDB snapshots with auto-purge and one-command restore. Export to S3 for additional resilience.
    • 24/7 Expert Support by Perimattic: 13+ years of cloud infrastructure expertise with free setup assistance, Redis tuning guidance, and dedicated support at aws-support@perimattic.com.

    Details

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    Ubuntu 24.04

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    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.
    Financing for AWS Marketplace purchases

    Pricing

    Perimattic Managed Redis - In-Memory Cache and Database on AWS

     Info
    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.

    Usage costs (8)

     Info
    Dimension
    Cost/hour
    t2.medium
    Recommended
    $0.05
    t2.large
    $0.05
    t2.xlarge
    $0.05
    t3.medium
    $0.05
    t3.large
    $0.05
    t3.xlarge
    $0.05
    m5.large
    $0.05
    m5.xlarge
    $0.05

    AI Insights

     Info

    Dimensions summary

    You pay by the hour based on the EC2 instance size you choose. Pricing scales with compute capacity across eight instance options. The t2 family (t2.medium, t2.large, t2.xlarge) and t3 family (t3.medium, t3.large, t3.xlarge) offer burstable performance in three sizes each. The m5 family (m5.large, m5.xlarge) provides general-purpose capacity in two sizes. Larger instances within a family carry more compute and memory, so hourly rates rise accordingly. Each instance runs the managed in-memory cache and database service, and billing flows through your AWS invoice.

    Top-of-mind questions for buyers

    Each hourly rate covers a managed in-memory cache and database deployment on that instance size. Perimattic handles provisioning, SSL, monitoring, daily backups, security patches, and updates. You do not set up or maintain servers yourself. The charge reflects both the running instance and the managed service around it.
    Billing meters running instance-hours. When an instance is not running, no software hourly charge accrues for that time. Underlying AWS storage or other resources tied to the instance may still incur separate AWS fees. The managed service charge tracks active running time only.
    Each instance size is a separate hourly dimension, so moving up is a deliberate choice, not automatic. You select the size that fits your workload. If you switch to a larger instance, the hourly rate for that size applies going forward. Smaller sizes stop billing once you stop running them.
    perimattic.com
    Helpful?

    Vendor refund policy

    For any questions or concerns, please contact: Perimattic.com Email: aws-support@perimattic.com 

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    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.

    Usage information

     Info

    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
    1. Automated First-Boot Setup: Runs a failsafe script to configure RedisInsight, Docker containers, and environment variables on first launch.

    2. Domain Mapping & SSL: Optional custom domain mapping with automated Let's Encrypt SSL certificate provisioning.

    3. Basic Authentication: Automatically generates credentials or applies user-specified passwords for secure access.

    4. Docker & Apache Integration: Pre-configured Docker Compose for RedisInsight and Apache VirtualHost for domain/SSL support.

    5. Password Sync: RedisInsight internal database is automatically updated to match .env credentials.

    Additional details

    Usage instructions

    1. Launch an Instance

      From AWS Marketplace, click Continue to Subscribe and then Continue to Configuration.

    2. Choose the Recommended Instance Type

      Select t2.medium or larger for optimal performance.

    3. Configure Security Group

      Allow inbound traffic on ports 22 (SSH), 80 (HTTP), and 443 (HTTPS).

    4. Connect to the Instance

      ssh -i <your-key.pem> ubuntu@<public-ip>

    5. First-Boot Setup

      On the first boot, the failsafe.sh script automatically runs and performs:

      • Prompts to optionally map a custom domain for RedisInsight.
      • Validates that the DNS A record for your domain correctly points to the instance's public IP.
      • Generates a secure RedisInsight password (or uses your input).
      • Configures Apache with optional SSL and Basic Auth for secure access.
      • Starts RedisInsight inside Docker Compose.
    6. Configure DNS (if using a domain)

      Add an A record in your DNS pointing to the instance's public IP. The setup script verifies DNS propagation using multiple global resolvers.

    7. Automatic SSL Setup

      • Enter your admin email when prompted by Certbot to receive SSL expiry notifications.
      • Certbot automatically issues and installs a Let's Encrypt SSL certificate once DNS validation is successful.
      • Apache is reconfigured to serve RedisInsight securely over HTTPS.
    8. Start RedisInsight

      The RedisInsight container starts automatically using Docker Compose. You can manually verify or restart the container:

      • cd /opt/app
      • docker compose ps
      • docker compose restart
    9. Access RedisInsight Dashboard

      Without a domain: http://<public-ip>:8001 With a domain and SSL: https://<your-domain>

    10. Login to RedisInsight

      Default credentials are stored in /opt/app/.env:

      Username: root Password: auto-generated or provided during first boot

    11. Environment File

      All configuration details, including domain, IP, ports, SSL status, and credentials, are stored in:

    /opt/app/.env

    Thank you for subscribing. Your instance is ready to go!

    Need Support or Customization? Whether you're facing setup issues or need custom features, Perimattic's expert team is here to help:

    Email us: aws-support@perimattic.com  WhatsApp: +91-92142 66896 Learn more: <www.perimattic.com >

    We offer: Free setup assistance Custom development & integrations Infrastructure consulting Automation & AI solutions With 13+ years of experience serving global clients, we ensure your deployment runs smoothly and scales with your needs.

    Let's build something great together!

    Support

    Vendor support

    Support by Perimattic

    Perimattic provides 24/7 support for all AWS Marketplace products. Our team has 13+ years of cloud infrastructure expertise serving global clients.

    Contact Channels: Email: aws-support@perimattic.com  WhatsApp: +91-92142 66896 Website: <www.perimattic.com >

    What We Help With: Initial setup and configuration assistance (free) Troubleshooting connectivity, performance, and backup issues Custom development and integrations Infrastructure consulting and architecture review Migration planning from other solutions Automation solutions and scaling guidance

    Instance Sizing Guidance: t2.medium or t3.medium: Development environments, small applications m5.large: Production workloads with moderate traffic m5.xlarge: High-traffic production deployments and larger datasets

    For workload-specific sizing recommendations, contact our team for a free consultation.

    Refunds and Issues: If you experience any issues or need to request a refund, contact us at aws-support@perimattic.com  and we will respond promptly.

    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

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    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.