web analytics

How to Host a WordPress Website on AWS for Free (Windows Server)

AWS WordPress Logo

Many of the new WordPress users face the problem of hosting their websites, and they waste a huge amount of time and energy searching for the proper hosting solution, they search for shared hosting solutions and even for the dedicated WordPress hosting solutions; but after that search they come to a single conclusion; none of these solutions offers the flexibility and reliability required to host a WordPress website.

Amazon Web Services (AWS) is one of the market’s most reputable and reliable IaaS (Infrastructure as a Service); the service offers a free tier  which you can use an instance (an instance is a VPS: Virtual Private Server) for 750 hours/month for one year, you can use the free tier to host your WordPress website. This post will be a step by step tutorial on how to deploy your WordPress website on AWS (EC2) Windows Server 2008, and without further ado, let’s start:

Ingredients

  1. AWS free tier account; if you don’t have one visit Amazon; and click on the yellow tab seen below to start the registration process(warning: credit-card information is required to complete the registration process).

1

 Steps

  1. Log into your AWS account, select the EC2 service from the services list.Select EC2 on AWS
  2. You’ll be then be directed to a new window; click on the blue (Launch Instance) tab.Launch Instance on Ec2
  3. You’ll then be directed to a new window to select the AMI (Amazon Machine Image); select the “Microsoft Windows Server 2008 R2 with SQL Server Express and IIS – ami-1b5a7e72” image and lick on the blue “select” tab.Select Windows Server from EC2
  4. You’ll then be directed to a new window to choose the hardware, select the micro instance (t1.micro) and click on the “Next: Configure Instance Details” tab not the blue “Review and Launched” tab.Select Micro Instance
  5. You’ll be directed to a new window; keep everything as it’s and click on the “Add Storage” tab.EC2 General Configuration
  6. You’ll be directed to a new window; keep everything as it’s and click on the “Tag Instance” tab.Add Storage to EC2
  7. You’ll be directed to a new window; call your instance anything you wish (e.g. WordPress, MyAwesomeWebsite, Monkey, etc.) and click on the “Next: Configure Security Group” tab.Tag Instance of EC2
  8. You’ll be directed to anew window; make sure that the settings are set as the screenshot below, click on the “Review and Launch” tab.Configure Security Group of EC2
  9. You’ll then be directed to a new window, just click on the blue “Launch” tab.Launch VPS
  10. A window will popup where you shall create a “Key pair” to have access to the instance you’ve just created, select “create a new key pair” and give it a name (e.g. WordPress, MyAwesomeWebsite, Monkey, etc.), then click on the “Download Key Pair” tab, download the file on your computer and then click on the blue “Launch Instance” tab.Create AWS Key pair
  11. You’ll then be directed to anew window, click on the blue “View Instance” tab. You’ll have to wait for 10~20 minutes, till your instance is initialized.view EC2 configuration
  12. Choose your instance from the list seen below, and click on the “Connect” tab. Connect to the EC2 Instance
  13. You’ll be prompted by a popup; first click on the “Download Remote Desktop File” and save it your computer, the RDP (Remote Desktop File is a shortcut icon that will connect you to your instance), then click on the “Get Password” tab. RDP Connection
  14. You’ll be prompted by a popup; you just browse to the key pair you’ve downloaded in step (10) and click on the “Decrypt” tab. Your password would appear just copy it to a notepad file a save it. Decrypt EC2 key pair
  15. Now, launch your instance using the RDP file you’ve downloaded in step (13), you’ll be prompted by the window seen below, click on connect. RDP connection window
  16. You’ll be directed to a new window to put your password (the one you’ve decrypted in step “14”) and username (Administrator). Server Credential Window
  17. When your server starts, the first thing you should do is to go to the start menu >> Administrative Tools >> Server Manager. Server Manager
  18. A new window will popup, click on the “Configure IE ESC” as seen below. Config. IE ESC
  19. A new window will appear, select the “off” radio button in the administrator section. IE ESC Off
  20. First, you’ll need to download and install VC++ 2010 on your instance; Open the browser (of course on the instance not on your computer) and visit Microsoft (http://www.microsoft.com/en-us/download/details.aspx?id=5555) to download VC++ 2010 X86 and then visit (http://www.microsoft.com/en-us/download/details.aspx?id=14632) to download VC++ 2010 X64 (yes, you’ve to download and install both X86 and X64, otherwise you’d be prompted by error messages while installing WordPress).
  21. Download Microsoft Web Platform Installer from (http://www.microsoft.com/web/downloads/platform.aspx) and install it.
  22. At the beginning of the installation you’ll be prompted by a window; first go to “Applications” from the top menu and choose WordPress from the list, then click on the “Add” tab and then the “Install” tab. WordPress Microsoft Web Platform Installer
  23. A new window will popup, just leave everything as it’s and type your password and click on the “Continue” tab. MySQL Microsoft Web Platform Installer
  24. During the installation you’d be prompted by a window, just remove “wordpress” from under the “WordPress application name” and click on Continue. WordPress Directory on Microsoft Web Platform Installer
  25. A new window will appear where you should put your “Authentication keys, etc.”, choose strong keys and keep them in a safe place, click on the “Continue” tab.WordPress Credentials on Microsoft Web Platform Installer
  26. At the end of the installation process you’ll be prompted by the finish window, don’t click finish yet, there’s a small link beside it “copy to clipboard” click it and paste it in a notepad file; these are the password and username for your MySQL, then click on finish. copy MySQL credentials
  27. If everything goes well (if not go to the section after step 29) you’ll be prompted by the installation menu for WordPress. Just fill in the information required (Site Name, Password, etc.) and click install. wordpress installation window
  28. A login window will then appear, fill it using your credential and “login”; Voila here is your new awesome website; if you don’t know how to use WordPress yet don’t worry click here to know where should you go to learn WordPress as a beginner.
  29. You can get the public DNS for your instance using the Amazon EC2 console (select the instance and check the Public DNS column; if this column is hidden, click the Show/Hide icon and select Public DNS). Then do to your domain registrar and point your DNS to your instance.

Now the most common problems during the installation:

  1. After clicking finish in step (26), WordPress didn’t start and you’re prompted by the “internal server error seen below”:

27

Don’t panic, just follow the following steps:

a. On your instance, go to My Computer >> C >> inetpub, you shall find a folder called “wwwroot”, right click it and go to the security tab.

b. You shall find a user called (IIS_IUSRS……….) click on the edit tab as seen below.

IIS_IUSRS 1

 c. A new window will popup, just check the “Full Control” radio and click the “Apply” tab, a warning message will popup, just click “OK”.

IIS_IUSRS 2

d. Go to your browser and click on refresh and you shall find the installation page where you should install WordPress.

2. You can’t change your permalinks, again don’t panic and follow these steps:

                    a. On your instance, go to My Computer >> C >> inetpub >> (WordPress Installation), and find a file with the name “web.config” (if you can’t find it just go to the next step) open it and paste the following code between <System.Webserver>.