Amazon EBS for web site files
        Posted  
        
            by 
                MattB
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by MattB
        
        
        
        Published on 2012-09-18T19:16:37Z
        Indexed on 
            2012/09/18
            21:41 UTC
        
        
        Read the original article
        Hit count: 482
        
amazon-ec2
|amazon-ebs
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?
© Server Fault or respective owner