Permalink
Mohit on s3 and technology
  • vote
    1
    0 starsmohit | Shared With: Everyone - Apr 14 2008 | ec2, s3, amazon, distributed systems, technology, development
    Persistent Storage for Amazon EC2 - All Things Distributed

    Nice, this was a critical missing piece in AWS.

    Quoted: I would like to introduce to you the newest feature of Amazon EC2: Persistent local storage. This has been very high on the request list of EC2 customers and I believe that combined with the Availability Zones and Elastic IP Address features released earlier this month this makes EC2 the ideal environment for building highly scalable and reliable applications.

  • vote
    13
    0 starsmohit | Shared With: Everyone - Sep 11 2007 | s3, authentication, technology, development, storage

    Quoted: Because I am working on a widely distributed client application that can not contain our private S3 key, I have a web service on my own server set up that will create Query String Authentication URLS for use with S3. My service creates the URL, passes it back

  • vote
    32
    0 starsmohit | Shared With: Everyone - Jul 19 2006 | s3, amazon, file sharing, technology

    This is a thin client built on top of amazon's s3.

    Quoted: filicio.us is a simple file storage service built using Amazon S3. Files uploaded to filicio.us are stored at Amazon S3, but you'll use filicio.us it to upload files, organize using tags and share with others.

1 - 3 of 3 Faves

Related Content from Around Faves

s3

  • mike
    Dec 15 2007

    This looks like a great addition to Amazon S3 and EC2 - they now have a way of creating simple tables with up to 256 attribute/value pairs. Support for GET, PUT, DELETE, and QUERY.

    There are a number of things missing over a real relational database (or even an ISAM). S3 is a simple "blob" store - where each object get be atomically read and written. SimpleDB gives some simple query capability (for smaller data items - 1K max per attribute).

    I also see no way to get ORDERBY functionality and, of course, no aggregate values (SUM, MAX, etc). Sometimes this can be overcome in the application layer, but it will make your application more complex than using a traditional database.

    Most importantly, there are no JOIN's in this system. This will require the application to make multiple QUERYs to get the data needed to generate a view.

    I found it very interesting that this document states that Amazon promotes developers running traditional databases in EC2. My understanding is that Amazon can arbitrarily wipe the state of any machine on EC2 - which would cause you to have to restore the database from some an S3 or external backup.

    Maybe someone who is using EC2 for running a database server can chime in on how well that works for them.

    Quoted: Amazon SimpleDB - a web service for running queries on structured data in real time. Provides the core functionality of a database - real-time lookup and simple querying of structured data - without the operational complexity

    1 FaverViewed: 4 Times
  • mohit - Apr 30 2008
    2 FaversViewed: 21 Times
  • rosshosman - Apr 08 2008
    6 FaversViewed: 10 Times
VIEW ALL

technology

VIEW ALL