Comment Re:No persistent storage; not great value (Score 2, Informative) 149
I think if your setup requires a SAN, you're too big and enterprisy for EC2.
S3 has been working well for us. While the semantics are different than typical storage, I would argue that they are far from useless. Since files on S3 can be made publicly accessible via a web address, we use S3 to host our assets for our website (css, javascript, images), as well as db backups and other backups.
We have not had to design our app for EC2. We do make use of S3 for storing user data, so we have S3 libraries in our app, but I fail to see where the "designing our app for EC2" comes into play.
S3 has been working well for us. While the semantics are different than typical storage, I would argue that they are far from useless. Since files on S3 can be made publicly accessible via a web address, we use S3 to host our assets for our website (css, javascript, images), as well as db backups and other backups.
We have not had to design our app for EC2. We do make use of S3 for storing user data, so we have S3 libraries in our app, but I fail to see where the "designing our app for EC2" comes into play.