Amazon EBS for web site files
- by MattB
I'm new to the Amazon EC2/EBS system. I'm trying to figure out the "best practice" for hosting a web application (php, ASP.NET, etc.). The way I see it, I have 2 options:
Have the instance hold my web files - Don't need to worry about attaching volume's etc.?
Have EBS volume hold my web files - Easily update with new code without needing to recreate the AMI for new updates?
How do others handle this?