Production-ready RabbitMQ with full root access, automated backups, and security hardening - a self-hosted message broker for event-driven architectures on AWS.
This fully managed RabbitMQ solution delivers a production-ready message broker on AWS, built on Ubuntu 24.04 LTS. Every instance is pre-configured with security best practices, performance optimizations, and automated operations.
Why Choose This Over Amazon MQ?
Unlike Amazon MQ for RabbitMQ, this AMI gives you full root and OS-level access. Configure custom plugins, exchange types, queue policies, and Erlang VM parameters without vendor restrictions or per-hour broker pricing.
Key Features
Automated Setup and Configuration
On first login, an interactive setup script configures RabbitMQ with secure credentials, virtual hosts, and firewall rules - all within minutes.
Built-in Management Console
RabbitMQ Management UI pre-configured for monitoring queues, exchanges, connections, and throughput metrics.
Security Hardened
TLS encryption support, user authentication, UFW firewall pre-configured to allow only SSH (22) and AMQP (5672/15672) from trusted sources, and latest security patches applied.
Performance Optimized
Erlang VM settings, queue memory limits, and prefetch counts tuned for the selected instance type.
Use Cases
Microservices communication and event-driven architectures
Asynchronous task queues and background job processing
Real-time data streaming and event routing
Application integration and message routing
IoT message ingestion and device communication
Order processing and workflow orchestration
Getting Started
Launch the AMI from AWS Marketplace on your preferred instance type
SSH into your instance and follow the interactive setup wizard
Access RabbitMQ Management UI and start publishing and consuming messages
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 RabbitMQ: Unlike Amazon MQ, get complete OS-level control to configure plugins, exchange types, queue policies, and Erlang VM parameters without per-hour pricing.
Built-in Management Console: RabbitMQ Management UI pre-configured for monitoring queues, exchanges, connections, and throughput metrics in real-time.
24/7 Expert Support by Perimattic: 13+ years of cloud infrastructure expertise with free setup assistance, messaging architecture guidance, and dedicated support at aws-support@perimattic.com.
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.
You pay by the hour for a managed RabbitMQ message broker running on your chosen AWS EC2 instance. Each dimension maps to a specific instance size, so you select based on the compute and memory you need. The t2 and t3 families offer medium, large, and xlarge options, while the m5 family adds large and xlarge choices. Larger instances carry higher hourly rates, letting cost scale with capacity. Billing runs hourly through your AWS account, so you pay only for the hours each instance runs, with no upfront commitment.
Top-of-mind questions for buyers
What management services are included in the hourly instance rate for each RabbitMQ deployment?
Each hourly rate covers a managed RabbitMQ broker with automated provisioning, SSL setup, and monitoring dashboards tracking CPU, memory, and disk. You also get daily automated backups stored in a separate region, automatic security patching, and one-click version updates. The vendor handles the operations, so no manual server setup is required.
Am I charged when a RabbitMQ instance is stopped or powered off?
The software charge meters running instance-hours only, so a fully stopped instance stops accruing hourly software fees. However, underlying AWS resources such as attached storage may still incur separate AWS charges while the instance is stopped. You pay software fees for the hours the instance actually runs.
How do I choose between the t2, t3, and m5 instance dimensions?
Each dimension maps to a specific AWS EC2 instance size defining compute and memory. The t2 and t3 families offer medium, large, and xlarge sizes for general workloads. The m5 family offers large and xlarge sizes. Select the size matching your message throughput and memory needs; larger sizes carry higher hourly rates.
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
Added automated first-boot provisioning using failsafe.sh to ensure successful installation.
Implemented secure RabbitMQ setup with auto-generated admin credentials stored in .env
Added mandatory domain validation and HTTPS configuration for secure remote access.
Fully automated SSL certificate issuing using Certbot + Apache integration.
Enabled RabbitMQ Management UI on port 15672 with secure reverse proxy routing.
Provided Docker Compose-based deployment for consistent, reproducible runtime environments.
Configured persistent data and log storage using mounted Docker volumes (/data & /log).
Added auto-restart policy for RabbitMQ container to improve reliability.
Improved DNS validation logic to avoid SSL failures during domain mapping.
Integrated self-healing setup that retries scripts on failure to guarantee successful provisioning.
Additional details
Usage instructions
Launch an Instance
From AWS Marketplace, click Continue to Subscribe, then Continue to Configuration, and launch the AMI.
Choose the Recommended Instance Type
Select t2.medium or higher for a smooth RabbitMQ deployment.
Message broker workloads benefit from more CPU/RAM - larger instance types improve queue throughput and management UI responsiveness.
Configure Security Group
Allow inbound traffic on the following ports:
22 (SSH) - For secure terminal access
80 (HTTP) - Required temporarily for SSL validation
443 (HTTPS) - Secure access to RabbitMQ UI in browser
Connect to the Instance
Use SSH to connect:
ssh -i <your-key.pem> ubuntu@<public-ip>
First-Boot Setup (Guided)
On first login, an interactive guided setup will automatically start:
Detects public IP
Prompts for domain name mapping to RabbitMQ
Validates DNS A-record propagation
Asks for admin email for SSL certificate registration
Generates a strong secure RabbitMQ admin password
Stores credentials in /opt/app/.env
Creates Apache reverse proxy configuration
Requests & installs a free Let's Encrypt SSL certificate
Deploys RabbitMQ using Docker Compose
Displays access URL & login credentials after completion
DNS Configuration Required
Before (or during) setup, add this DNS A-record:
yourdomain.com <your-instance-public-IP>
Setup continues only when major resolvers confirm valid mapping.
Automatic SSL Setup
After DNS validation:
Enables HTTPS access to RabbitMQ dashboard
Auto-installs a valid TLS certificate
Redirects HTTP - HTTPS for security
Start / Restart RabbitMQ Manually (if needed)
cd /opt/app
docker compose ps
docker compose restart
Persistent volumes preserve queues and logs across restarts.
Access the RabbitMQ UI
Open your browser and visit:
https://<your-domain>
Credentials are printed after setup and saved in:
/opt/app/.env
Default user:
Username: root
Password: <generated-password>
Retrieve Credentials Anytime
cat /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:
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.
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.
Production-ready ClickHouse with full root access, automated backups, and security hardening - a high-performance columnar database for real-time analytics on AWS.
Production-ready Neo4j with full root access, automated backups, and security hardening - a self-hosted graph database for knowledge graphs, recommendation engines, and network analysis on AWS.
Production-ready Neo4j with full root access, automated backups, and security hardening - a self-hosted graph database for knowledge graphs, recommendation engines, and network analysis on AWS.
Production-ready Neo4j with full root access, automated backups, and security hardening - a self-hosted graph database for knowledge graphs, recommendation engines, and network analysis on AWS.
Production-ready ClickHouse with full root access, automated backups, and security hardening - a high-performance columnar database for real-time analytics on AWS.
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.