• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Amazon EC2/S3 Services

This seems like the right forum to post in, but thought I'd see if any of you have looked into these options and if so, what you think about them. They look pretty interesting to me and think that S3 might be an easy way to keep backups of files on computers in a remote location.

Anyone here use either? Anyone looked into either? Thoughts/comments on it?
 
I started looking into S3 after reading about Smugmug. Until now, I've only used it as a backup solution.

EC2 is an excellent solution for applications looking to scale out. The fact that you can make a custom server image and have n instances running within minutes with a single API call is useful when your app is scaling up/down. But the main drawback is the fact that HDD data is not preserved over reboots. This makes it a poor candidate for database servers, among other things. I'm on the waiting list and haven't tried it out yet, but on the whole, EC2 looks promising. I'll wait and watch until it goes out of beta and serves a much higher load than what it is serving now.
 
Back
Top