Permalink
  • vote
    4
    0 starsmohit | Shared With: Everyone - 23 days ago | microsoft, ec2, technology, scalability, elastic computing
    ElasticVapor :: Life in the Cloud: RumorMill: Microsoft to Rollout EC2 for Windows in October 2008

    Was curious if there was an elastic computing offering for Windows. Seems like there are a few, and Microsoft is planning to launch its own in October.

    Quoted: A few companies have attempted to offer on demand Windows clouds including Terremark's "The Enterprise Cloud" (VMware based) and Gogrid. But both have yet to release an API for programmatic access, so there usefulness in a truly "elastic computing" environment is questionable.

  • 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.

1 - 2 of 2 Faves

Related Content from Around Faves

ec2

  • 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 - 23 days ago
    1 FaverViewed: 3 Times
  • n.takushima - Sep 20 2007
    2 FaversViewed: 3 Times
VIEW ALL

technology

VIEW ALL