Bagisto is a free and open-source eCommerce platform built on Laravel. It is designed for small stores, growing businesses, and developers who want complete control over their online shop. Bagisto provides an easy-to-use set of tools to manage products, customers, and orders efficiently. This deployment also includes Elasticsearch for advanced search capabilities, Redis for high-performance caching and session management, Varnish Cache to accelerate page delivery and improve website performance, and phpMyAdmin for convenient web-based MySQL database administration.
Bagisto is a Laravel-based eCommerce platform developed to meet a wide range of online selling needs. It works well for single-seller shops, multi-vendor marketplaces, and B2B platforms. Users can manage product catalogs, inventory, and multiple sales channels from one place, while Elasticsearch enables fast and relevant product searches, Redis improves performance through caching and session storage, Varnish Cache accelerates page delivery, and phpMyAdmin provides an easy web interface for MySQL database management.
Key Features:
Centralized Product Management: View and update products, attributes, and categories from one place. Keep your store content consistent and up-to-date.
Multi-Channel Selling: Connect your store to other sales platforms like marketplaces or POS. Sync product and stock data across channels.
Easy-to-Use Admin Panel: A simple admin dashboard helps you manage orders, customers, taxes, and shipping without much training.
Inventory Management: Track stock levels, manage warehouses, handle returns, and set inventory rules that match your business.
Flexible Architecture: Bagisto is built on Laravel and supports plug-ins and modules. This makes it easy to grow and add new features as your business expands.
Modern Frontend: The store layout works well on all devices. It is fast, clean, and easy for customers to browse and shop.
Open Source & Developer-Friendly: You can edit and extend Bagisto however you like. It is fully open source and has a large developer community.
Import/Export Tools: Upload or download product and customer data using CSV files. This saves time during bulk updates or migrations.
Improved Octane Compatibility: Leverage the full potential of Laravel Octane for improved performance and faster response times, especially under heavy traffic conditions. Ideal for scaling your business smoothly.
This AMI is prepared and maintained by Webkul Pvt. Ltd. It includes the latest version of Bagisto along with PHP, Nginx, and MySQL, following standard deployment practices and essential security measures.
System Requirements:
This AMI is optimized to match the recommended server environment for Bagisto, ensuring better stability and compatibility out of the box:
Web Server: NGINX
RAM: Minimum 4GB (higher preferred for larger catalogs or heavy traffic)
Node.js: Version 23.10.0 LTS or higher
PHP: Version 8.2 or above
Composer: Version 2.5 or above
Supported Database Servers:
Bagisto supports the following database setups for smooth performance:
MySQL: Version 8.0.32 or higher (recommended)
Database Collation: utf8mb4_unicode_ci (preferred for proper Unicode and multilingual support)
Highlights
The Bagisto AMI includes automatic SSL setup with Lets Encrypt for secure HTTPS. It also comes preconfigured with Elasticsearch for fast product search, Redis for caching and session management, Varnish Cache for improved performance, and phpMyAdmin for easy MySQL database administration. These features enhance security, speed, reliability, and simplify store management.
Designed for stability and ease of use, this AMI receives regular updates to stay aligned with the latest Bagisto version. It also includes ongoing security patches, reducing maintenance overhead while helping you keep your store secure, reliable, and up to date.
In line with cloud security best practices, the Bagisto AMI opens only the essential ports required for web and administrative access ,specifically HTTP (80), HTTPS (443), and SSH (22). All other ports remain closed by default, minimizing exposure to potential threats and protecting your store from unauthorized access.
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.
Try this product free for 5 days according to the free trial terms set by the vendor. Usage-based pricing is in effect for usage beyond the free trial terms. Your free trial gets automatically converted to a paid subscription when the trial ends, but may be canceled any time before that.
Bagisto on Ubuntu ARM64 (LEMP, Varnish, Redis, ES and phpMyAdmin)
You pay by the hour for the AWS ARM64 instance you run this software on. Billing is usage-based, so charges accrue only while an instance runs. The many options are not tiers or plans. They are EC2 instance types across families like general purpose (m-series, a1, t4g), compute-optimized (c-series), memory-optimized (r-series, x8g), and specialized types (hpc7g for high-performance computing, g5g with graphics). Within each family, sizes scale from medium up to 48xlarge and bare-metal variants. You choose the size that matches your workload; larger sizes carry higher hourly rates.
Top-of-mind questions for buyers
What am I actually paying for with these hourly rates — the software or the AWS instance?
The hourly rate covers the software license for this pre-configured Bagisto stack. It maps to the EC2 instance type you launch. You also pay standard AWS charges for the underlying compute separately. The software fee accrues per instance-hour while the instance runs.
Am I charged when my instance is stopped or paused?
Software charges accrue only while an instance runs. A fully stopped instance does not accrue hourly software fees. You may still pay AWS for attached storage during a stopped state, but the software meter counts running time only.
What software is included in the hourly rate for any instance size I choose?
Every instance runs the same pre-built stack: Bagisto on Ubuntu ARM64 with a LEMP setup, Varnish caching, Redis, Elasticsearch, and phpMyAdmin. Bagisto is an open-source Laravel eCommerce framework supporting multiple sales channels, customer groups, multiple payment methods, and multi-currency stores. Instance size changes capacity, not included software.
webkul.com
Helpful?
Vendor refund policy
The instance can be terminated at anytime to stop incurring charges
How can we make this page better?
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
Auto-setup Bagisto AMI with pre-installed Laravel stack, Nginx, MySQL, PHP, Elasticsearch, Redis, Varnish Cache and phpmyadmin. Optimized for production with secure defaults and ready-to-use admin panel.
Additional details
Usage instructions
Sign in to the AWS EC2 Console.
Click Launch Instance to start a new server.
In the AWS Marketplace, search and select the Bagisto AMI.
Choose an instance type (Recommended: t3.medium or larger for optimal performance).
Under Key Pair, select an existing key pair or create a new one (.pem file). Save this file securely ,it is required for SSH access.
Configure Network Settings:
1 Public IP: Ensure a public IP is assigned (Elastic IP is recommended for a fixed address).
2 Security Group Rules: 1: Allow TCP Port 22 (SSH) only for your IP. 2: Allow TCP Port 80 & 443
Launch the instance, then copy its Public IP or Elastic IP.
Connect to the instance via SSH [ ssh -i /path/to/your-key.pem ubuntu@<your-public-ip> ]
Run the setup script to configure your instance: < sudo bash setup.sh >
You will be prompted to enter the database name, username, password, domain, and email address.
Wait a few minutes for the installation to complete.
Open your domain in a web browser to access the Bagisto application: https://<your-domain>
The randomly generated admin password is stored in the Adminpasswd.txt file. To view it, run: < sudo cat Adminpasswd.txt >
To access the Admin Panel, go to: https://<your-domain/admin/>
Log in using the email and the password from the Adminpasswd.txt file.
For help related to this Bagisto AMI, including setup, usage, or feature inquiries, you can reach out to the team at Webkul.
Contact: support@webkul.com
Webkul provides guidance for initial configuration, module development, and other technical queries related to Bagisto
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.
Bagisto is a free and open-source eCommerce platform built on Laravel. It is designed for small stores, growing businesses, and developers who want complete control over their online shop. Bagisto provides an easy-to-use set of tools to manage products, customers, and orders efficiently. This deployment also includes Elasticsearch for advanced search capabilities, Redis for high-performance caching and session management, Varnish Cache to accelerate page delivery and improve website performance, and phpMyAdmin for convenient web-based MySQL database administration.
This product has charges associated with it for automated deployment, security hardening, first-boot credential generation, system optimization, and support services provided by KBLT Software Group LLC.
WooCommerce AMI on AWS with Nginx helps you deploy a preconfigured WooCommerce server on Amazon EC2 in minutes without manual setup. WooCommerce is a flexible eCommerce platform built on WordPress. It supports physical and digital products, payments, shipping, and store customization from a simple admin panel.
This Amazon Machine Image (AMI) includes WooCommerce v10.9.0 pre-installed and fully configured for AWS. It features a production-ready environment with Nginx, PHP 8.4, MySQL, phpMyAdmin 5.2 optimized for performance, scalability, and secure deployment.
UnoPim is a lightweight, open-source Product Information Management (PIM) platform that simplifies product data management and distribution across multiple channels. It features a modern, user-friendly admin panel, a secure Laravel-based architecture, and seamless deployment on AWS for fast and reliable performance. This Amazon Machine Image (AMI) includes UnoPim v2.0.0 pre-installed and fully configured for AWS. It features a production-ready environment with Nginx, PHP 8.3, MySQL 8, Elasticsearch 8, Redis 7, phpMyAdmin 5.2 and Composer, optimized for performance, scalability, and secure deployment.
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.