Overview
Magento is the most flexible e-commerce shopping cart systems in the world. It has a wide variety of plugins and add-ons to add to any store.
For marketers, built-in SEO, marketing, and deep analytics tools allow you to run promotional campaigns with total control. For retailers, it offers multi-store support, catalog management, and a shopping cart that gives you the ability to add multiple shipping addresses and payment processors.
This image includes SSL auto-configuration with Let's Encrypt certificates.
This open source solution is packaged by Bitnami. Learn how to install, configure, and manage it at docs.bitnami.com. For deployment issues, reach out our support team at community.bitnami.com.
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
Why use Bitnami Certified Apps?
Bitnami certified images are always up-to-date, secure, and built to work right out of the box.
Bitnami packages applications following industry standards, and continuously monitors all components and libraries for vulnerabilities and application updates. When any security threat or update is identified, Bitnami automatically repackages the applications and pushes the latest versions to the cloud marketplaces.
Highlights
- Powerful, open source e-Commerce platform used by leading global brands. Simple to get started with a pre-installed theme and store, yet highly customizable to project a unique identity and deliver a high-quality shopping experience for customers.
- Integrates seamlessly with business operations, with the ability to power multiple storefronts using the same back-office, and extensions for CRM, accounting, ERP, payment processing, and shipping applications and services.
- Written in PHP and incorporating a MariaDB database, the Bitnami Magento stack has everything necessary to get a powerful, secure e-Commerce site online and ready for your products in a matter of minutes.
Details
Typical total price
$0.038/hour
Pricing
- ...
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t2.medium | $0.00 | $0.046 | $0.046 |
t2.large | $0.00 | $0.093 | $0.093 |
t2.xlarge | $0.00 | $0.186 | $0.186 |
t2.2xlarge | $0.00 | $0.371 | $0.371 |
t3.medium | $0.00 | $0.042 | $0.042 |
t3.large | $0.00 | $0.083 | $0.083 |
t3.xlarge | $0.00 | $0.166 | $0.166 |
t3.2xlarge | $0.00 | $0.333 | $0.333 |
t3a.medium Recommended | $0.00 | $0.038 | $0.038 |
t3a.large | $0.00 | $0.075 | $0.075 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp2) volumes | $0.10/per GB/month of provisioned storage |
Vendor refund policy
N/A
Legal
Vendor terms and conditions
Content disclaimer
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
- Maintenance release
Additional details
Usage instructions
Once the instance is running, enter the public DNS provided by Amazon into your browser. You will then see the Magento application. You can go to '/admin' from your browser to access the application administration panel. The default server administrator is 'user'. Please check our documentation at https://docs.bitnami.com/aws/faq/get-started/find-credentials/ to learn how to get your password. You may change this username and password within the application settings. You can also access your instance via SSH using the username 'bitnami' and your Amazon private key. For additional setup instructions and frequently asked questions please go to https://docs.bitnami.com/aws/apps/magento/
Resources
Vendor resources
Support
Vendor support
Bitnami also provides technical documentation for installation and setup issues through our support center at
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
Bitnami you had one job - work out of the box #fail
Seriously I have to pay money for this? I cannot access the Magento app because the config table has base_url set to an AWS public IP address URL, presumably from when the image was prepared, embedded in the Magento config table. This means I get redirected to http://23.22.54.201 when I try to access Magento. This is ridiculous.
To fix it I did this:
mysql -u root -p
USE bitnami_magento;
select * from core_config_data where path like '%base_url%';
UPDATE core_config_data SET value = 'http://[localIP]/' WHERE config_id = 19;
but now there is some Magento cache that needs to be cleared because I am still being 302 redirected to the public IP. So I am off spelunking in Magento forums to find out the magic commands to clear the cache. I thought I was paying for Bitnami so I would not have to do these sorts of gymnastics!
Magento Packaged by Bitnami doesn't work out the box.
Hi All
Maybe I am just stupid but I thought that by using a Packaged Template it would work out the Box once the AMI was restored?
Trying to logon with SSH but the link just kept loading with no results and nothing happened.
So again I ask should a Template not work out the Box ?
About username and login page
Open your browser like
http://yourIP/admin
Magento panel username and password:
(READ the Magento's page at aws marketplace for more details!!!)
User administrator: user (fixed, default)
Password: you must take the password of your instance by clicking:
- select your instance - Actions - Monitor and troubleshoot - Get System Log
Scroll to the about 25% above the bottom of the log, you'll find something like this (inside this kind of box):
###################################################
# #
# Setting Bitnami application password to 'MRWJEUOAeF6s' #
# (the default application username is 'user') #
# #
###################################################
If you are not getting absolutely nothing in the browser, log in via SSH, don't forget your keypair and set the username as 'bitnami'.
After logged in, maybe you need to allow the access to HTTP/HTTPS (via SSH, using curl http://localhost , I faced the error Connection refused):
$ sudo iptables -A INPUT -i eth0 -p tcp --dport 80 -j ACCEPT
$ sudo iptables -A INPUT -i eth0 -p tcp --dport 443 -j ACCEPT
After this, everything will be okay.
Great quick startup package
Recommended t3a medium instance seems to work well. t2 doesnt work. Took about hour or so for /admin to work. Having built Magento from scratch it can be quite painful and time-consuming. This is a great AMI for getting a Magento installed on a server quickly
Honestly, its a 5/5 and Bitnami is just amazing
I have been working with Magento for over 5 years and I don't think I could do without it. Its a piece of software that is editable at almost every level and that makes it a very very strong product. You can tweak it to resemble any other product out there so there is no use comparing Magento to any other product since it can be edited easily to look like any other product out there. Honestly I do not see the sense in rating software products since they can always be tweaked to fit a different narrative especially when the parent developer allows it and Magento gives you access to almost every level, for free. It deserves more than a 5/5. It must have taken thousands of hours to come up with such a product and be able to offer it for free. At the same time, the product is always going through improvements so a rating that was done yesterday does not mean that it reflects tomorrow's release of the same product.