BTW, I'm running my LAMP server on m1.Small (running on Amazon AMI 32bit) at the moment. (EBS)
Data regarding this question Linux and its configuration (e.g. Timezone) apps I install (e.g. s3cmd, apache) "/var/www/html" - where my Web is stored mysql data After hours of googling and reading their help manuals I am confused with concepts as the following. * Images have 1,2,3,4 * Volumes have 2,3,4? (i.e. No OS data in Volume)
Is my understanding correct?
So if I want to go back to a specific snapshot. Using Volumes. (i.e. only works if they share the same AMI) 1. create the Volume from the snapshot 2. detach a Volume from the instance 3. attach the new Volume created by above process to the instance
Using Images. 1. create Image from snapshot 2. launch an instance from the Image 3. Associate Old Elastic IP to the New instance 4. Terminate Old instance etc
I'm sure I am misunderstanding something here. Basically what the difference between Images and Volumes?