Listing Thumbnail

    Fully Managed, Secured, and Optimized MinIO

     Info
    Deployed on AWS
    AWS Free Tier
    Easily deploy MinIO Object Storage on AWS with automated Docker Compose and setup scripts. Includes guided first-boot configuration, optional domain and SSL support, and Apache reverse proxy pre-configured for production use.

    Overview

    This AMI provides a fully automated MinIO deployment environment powered by Docker Compose and interactive shell scripts. It is ideal for users who want a secure, self-hosted, S3-compatible object storage system on AWS without manual setup overhead.

    On first boot, the included automation scripts guide you through initial configuration - including admin credentials, domain mapping, DNS validation, and optional SSL certificate issuance via Certbot. Once configured, MinIO runs in a Docker container with persistent data storage under /opt/app/data, accessible through the MinIO console and API.

    Key features include:

    Automated startup and configuration via first-boot wizard

    Secure credential management and optional HTTPS setup

    Integrated Apache reverse proxy for clean domain access

    One-command restart and fail-safe recovery scripts

    Whether you're setting up personal cloud storage, CI/CD artifact hosting, or application-level object storage, this AMI lets you get MinIO running in minutes with minimal effort.

    Highlights

    • Automated Deployment: MinIO installed and configured automatically using Docker Compose and guided shell scripts.
    • Secure Access: Supports domain mapping and automatic SSL certificate setup with Apache and Certbot.
    • Production-Ready: Persistent storage, restart handling, and fail-safe recovery scripts for smooth operation.

    Details

    Delivery method

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

    Latest version

    Operating system
    Ubuntu 24.04

    Deployed on AWS

    Unlock automation with AI agent solutions

    Fast-track AI initiatives with agents, tools, and solutions from AWS Partners.
    AI Agents

    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

    Fully Managed, Secured, and Optimized MinIO

     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 (685)

     Info
    • ...
    Dimension
    Cost/hour
    t2.medium
    Recommended
    $0.00
    t3.micro
    AWS Free Tier
    $0.00
    m6id.32xlarge
    $0.00
    r5b.large
    $0.00
    r8i.4xlarge
    $0.00
    r6id.8xlarge
    $0.00
    r5b.8xlarge
    $0.00
    r6i.2xlarge
    $0.00
    m2.xlarge
    $0.00
    r5.4xlarge
    $0.00

    Vendor refund policy

    This product is currently offered free of charge on AWS Marketplace. Since there are no fees associated with the use of this AMI, refunds are not applicable.

    Buyers may cancel use of the product at any time by terminating the associated Amazon EC2 instance.

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

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    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. Initial Release: Fully automated MinIO deployment using Docker Compose and Bash scripts.
    2. First-Boot Wizard: Interactive setup for domain mapping, SSL, and admin credentials.
    3. SSL Integration: Automated HTTPS setup via Certbot and Apache reverse proxy.
    4. Docker-Based Architecture: Runs MinIO in a containerized environment for easy maintenance.
    5. Persistent Storage: Data volume mapped to /opt/app/data for durability across restarts.
    6. Fail-Safe Recovery: Includes failsafe.sh for re-running setup scripts if configuration fails.
    7. Domain Mapping Support: Guides users through DNS validation for custom domains.
    8. Secure Access Control: Generates strong admin credentials and stores them in .env.
    9. Optimized Startup: Auto-detects server IP and configures MinIO console for direct access.
    10. Production-Ready Configuration: Preconfigured Apache, Docker Compose, and MinIO setup for quick deployment on AWS.

    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 and stability.

    3. 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)
    4. Connect to the Instance

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

    5. 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
    6. 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.
    7. 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.
    8. 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

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

    10. 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)
    11. Environment File

      All configuration details - domain, admin email, credentials, and SSL status - are stored in:

      /opt/app/.env

      This file is automatically created and updated during the first boot.

    Support

    Vendor support

    For any assistance or inquiries, our dedicated support team is here to help 24/7. Feel free to reach out to us anytime. Email: support@cro-digital.co.uk  We are committed to providing timely and effective solutions to meet your needs.

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