PHPMaster: From Zero to Cloud: Setting up an EC2 Sandbox, Part 3

John Degner
Share

This is the final article in a three part series focused on setting up EC2 as a sandbox for application developers. I assume you have an AWS account with Amazon; if you don’t, please read Part 1 to learn how easy it is to sign up. I also assume you have configured your development environment and installed an AMI; if you haven’t, please read Part 2. In this installment, we’ll learn how to install Apache, MySQL and PHP in our running AMI, and then clone the AMI to make our own

Excerpt from:
PHPMaster: From Zero to Cloud: Setting up an EC2 Sandbox, Part 3