Production-ready MinIO with full root access, S3-compatible API, and security hardening - a self-hosted object storage solution for teams needing complete data control on AWS.
This fully managed MinIO solution delivers a production-ready, S3-compatible object storage server on AWS, built on Ubuntu 24.04 LTS. Every instance is pre-configured with security best practices, performance optimizations, and automated operations.
Key Features
S3-Compatible API
Full S3 API compatibility for seamless integration with existing tools, SDKs, and applications. Drop-in replacement for Amazon S3 in development, testing, and production environments.
Automated Setup
On first login, an interactive setup script configures MinIO with access credentials, bucket policies, and firewall rules - all within minutes.
Performance Optimized
Optimized for high-throughput object storage with configurable erasure coding and caching for the selected instance type.
Use Cases
S3-compatible object storage for applications and microservices
Data lake storage for analytics and machine learning pipelines
Backup and disaster recovery storage target
Media and asset storage for content delivery
Development and testing with S3 API without AWS costs
Hybrid cloud storage with S3 replication
Getting Started
Launch the AMI from AWS Marketplace on your preferred instance type
SSH into your instance and follow the interactive setup wizard
Access MinIO console and start creating buckets with S3-compatible API
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
S3-Compatible Object Storage: Full S3 API compatibility for seamless integration with existing tools and SDKs. Drop-in replacement for Amazon S3 with predictable costs.
Complete Data Control: Full root access to configure bucket policies, lifecycle rules, replication, and encryption. Keep data sovereign without per-request pricing.
24/7 Expert Support by Perimattic: 13+ years of cloud infrastructure expertise with free setup assistance, storage 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 based on the EC2 instance size you choose to run this managed object storage service. The eight options fall into three instance families. The t2 and t3 families each offer medium, large, and xlarge sizes, giving you burstable compute at rising capacity levels. The m5 family adds large and xlarge sizes for steady, general-purpose workloads. Pricing scales with the compute and memory of the instance you select. You subscribe through your AWS account, and charges appear on your AWS invoice.
Top-of-mind questions for buyers
What resources do I get for each hourly instance charge?
Each instance runs your object storage on a dedicated EC2 virtual machine sized by that dimension. The t2 and t3 medium, large, and xlarge options give burstable compute at rising memory levels. The m5 large and xlarge give steady general-purpose compute. You pay for each running instance-hour. Larger instances carry more CPU and memory.
Am I charged when the storage instance is stopped or paused?
The software charge meters running instance-hours. A fully stopped instance does not accrue hourly software charges. Note that underlying AWS storage and other resources tied to a stopped instance may still incur separate AWS fees. The vendor also handles backups, monitoring, and updates as part of the managed service.
What does this managed service include beyond the raw compute?
Each deployment includes provisioning, networking, SSL setup, monitoring dashboards, automated daily backups, and security patching. The vendor applies updates and provides 24/7 monitoring with alerting. These operational tasks are handled for you, so the hourly instance charge covers a managed object storage service, not just a bare server.
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
Initial Release: Fully automated MinIO deployment using Docker Compose and Bash scripts.
First-Boot Wizard: Interactive setup for domain mapping, SSL, and admin credentials.
SSL Integration: Automated HTTPS setup via Certbot and Apache reverse proxy.
Docker-Based Architecture: Runs MinIO in a containerized environment for easy maintenance.
Persistent Storage: Data volume mapped to /opt/app/data for durability across restarts.
Fail-Safe Recovery: Includes failsafe.sh for re-running setup scripts if configuration fails.
Domain Mapping Support: Guides users through DNS validation for custom domains.
Secure Access Control: Generates strong admin credentials and stores them in .env.
Optimized Startup: Auto-detects server IP and configures MinIO console for direct access.
Production-Ready Configuration: Preconfigured Apache, Docker Compose, and MinIO setup for quick deployment on AWS.
Additional details
Usage instructions
Launch an Instance
From AWS Marketplace, click Continue to Subscribe and then Continue to Configuration.
Choose the Recommended Instance Type
Select t2.medium or larger for optimal performance and stability.
Configure Security Group
Allow inbound traffic on the following ports:
22 (SSH) - for secure terminal access
80 (HTTP) - for initial domain verification and SSL setup
443 (HTTPS) - for secure MinIO web access
9000 - MinIO API port (optional external access)
9001 - MinIO Console port (for web interface access)
Connect to the Instance
ssh -i <your-key.pem> ubuntu@<public-ip>
First-Boot Setup
On first launch, the initialization scripts automatically perform the following actions:
Detect your public IP address
Prompt you to map a custom domain for MinIO access (optional)
Validate your DNS A record to ensure it resolves to your instance
Prompt for an admin email (used for SSL and notifications)
Generate or accept a MinIO root password
Configure Apache virtual hosts and prepare for SSL provisioning
Deploy MinIO using Docker Compose with persistent storage
Configure DNS (if using a custom domain)
Add an A record in your DNS provider pointing your domain (e.g., example.com) to the instance's public IP.
The setup automatically checks DNS propagation using multiple resolvers before continuing.
Automatic SSL Setup
Once DNS validation is complete, Certbot issues and installs a Let's Encrypt SSL certificate for your domain.
Apache is automatically configured to serve MinIO securely over HTTPS.
Start MinIO
The MinIO container is automatically started using Docker Compose.
To manually verify or restart the container, run:
cd /opt/app
docker compose ps
docker compose restart
Access MinIO Console
Access the MinIO web console securely via:
With domain: https://<your-domain>
Without domain: http://<public-ip>:9001
Use the credentials displayed after setup or stored in the .env file.
Login Credentials
Default credentials are stored in the environment file located at:
cat /opt/app/.env
Username: (value of ADMIN_LOGIN)
Password: (value of ADMIN_PASSWORD)
Environment File
All configuration details - domain, admin email, credentials, and SSL status - 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:
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!
This file is automatically created and updated during the first boot.
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 MinIO with full root access, S3-compatible API, and security hardening - a self-hosted object storage solution for teams needing complete data control 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.
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.