I have launched an EC2 linux instance (a rightscale CentOS v 5.2 i386 image) and want have followed a tutorial (http://www.ardentsoft.com/blog/2009/3/4/lamp-on-ec2-part-6-configuring-apache.html) for configuring PHP and Apache. Now I need to know how to get my PHP files from my dedicated server up to the cloud. I usually use dreamweaver to edit and FTP files to my dedicated server so if I could carry on using that it would be preferable. I have used Putty to login to my instance and have found some tutorials about SSH tunneling with dreamweaver but don't fully understand this.
Once I have done this, I want to know how I can package this server image with all my PHP code and have it ready to go at a moments notice, is this bundling? Can i bundle my configured running image as a new image that I can launch and have ready to go?
Many thanks