Amazon Web Services EC2/S3

  • Started
  • Last post
  • 2 Responses
  • armsbottomer

    anyone here work with ec2/s3? if so, i was wondering how difficult it is to get set up with an ec2 instance and storing data with s3. i'm working on a project with a LOTS of data upload/downloads, and am thinking it might be a good route to go in. their payment plan generator is quite the beast though.

  • acescence0

    i have very little experience with it, but I don't think it's too difficult to get things up and running. They've got a pretty straightforward dashboard.

    one thing that people may find strange with S3 is the concept of "eventual consistency", due to its distributed nature. this means writes to the system may not be available to everyone at the same time, it takes time to distribute to all potential views.

    also check out EBS, which is less flexible than S3 in some ways, less redundant, but cheaper. and it behaves like a single drive.

  • supersimple0

    I have used this on a project recently to store lots of large files. The code interface to moving files back and forth is actually very simple. Their wrappers and API really make it just a few lines of code.