Installing Magento in Amazon EC2
In this section, we will set up a server in Amazon from scratch. The server will be ready for Magento with all the requirements and dependencies installed, so you can manage your first Magento development server.
Setting up the Amazon AWS account
The first step is setting up your Amazon AWS account to create the server instance in Amazon EC2.
In order to do this, you should follow these steps:
Go to the Amazon AWS homepage at https://aws.amazon.com/. It will look something like this:
Click on Create an AWS Account.
Add your e-mail or phone number and select I am a new user.:
Click on Sign in using our secure server.
Complete the form with your personal information and click on Create account:
Creating the Amazon EC2 instance
After verifying the Amazon AWS account, you can create your first Amazon EC2 instance. Instances are virtual servers that can run web applications. Let's go through the steps to create the Amazon EC2 instance:
Go to the Amazon EC2 landing...