hosting your web applications on EC2



To host your web applications in Amazon Web Services' Elastic Compute Cloud (EC2), read the following web pages in order.

Terminology:

AMI: Amazon Machine Image. This is the virtual machine that defines the platform for your EC2 machine. We are using a LAMP (Linux/Apache/MySQL/PHP) AMI.

Instance: Your instructor has created multiple instances of the AMI, one for each student or VLT. You have root level control over your instance.

TOC

  1. EC2 Setup: Connecting to your EC2 AMI Instance.

  2. Dreamweaver Setup for EC2.

  3. Configuring MySql on your EC2 AMI Instance.

  4. Migrating your MySQL Database to your EC2 AMI Instance.

  5. Editing the MySQL Connection in DW to work with your EC2 AMI Instance.