Skip to main content

Magento and AWS

Most configurations in magento on AWS are identical and replicable. Unless you run into specific issues.

Installing

There are several materials to installing the open source versions of magento 2, here are two good ones:

By Magecomp

More from Adobe

SSH-ing into EC2

To SSH into EC2 here are some screenshots that'll help.

Open up the AWS console and expand the menu at the top left and look for EC2

AWS Console menu

Select the instance

AWS EC2 Instances

Click the instance ID

EC2 Instance

Click on connect

EC2 Instance connect

Click on connect again to be directed to the SSH console

EC2 Instance connect

Your view should look like this

SSH Instance connect

Getting Access

Run the following to get access to the magento instance:

cd /var/www/html

su precise

You will be requested to input a password.

You're on your way, you can now run composer and other commands from here.

phpmyadmin

Navigate to the admin site

Use your phpmyadmin credentials to get access