1 - 10 of 21 Faves|
vote
4
Faved by: mike
Jun 04 2008 - via sqs-public-images.s3.amazonaws.com

Whitepaper from Amazon describing how to build more scalable web applications using their Simple Queuing Service (SQS).

1 FaverShareViewed: 3 Times
vote
4
Faved by: chrishaff
Dec 30 2007 - via www.nirvanix.com

Provides 99.9% SLA, phone support (pay), allegedly better API & management than Amazon S3. $0.18/GB. Intel just invested in them.

1 FaverShareViewed: 4 Times
vote
6
Faved by: blacksea
Feb 12 2008 - via www.howtoforge.com
1 FaverShareViewed: 5 Times
vote
15
Faved by: mike
Jun 11 2008 - via startpad.org

An AWS evangelist is going to be hanging out at Startpad once a month starting June 24th!

2 FaversShareViewed: 12 Times
vote
7
Faved by: blacksea
Sep 16 2007 - via developer.amazonwebservices.com
2 FaversShareViewed: 6 Times
vote
10
Faved by: amygdala
Jul 15 2007 - via www.datawrangling.com

The part I found interesting was the first detailed description of using the MapReduce model to run large-scale Expectation Maximization (EM) computations in parallel. An implementation of this on Hadoop and Amazon EC2 will let you tackle some large scale

1 FaverShareViewed: 9 Times
vote
12
Faved by: amygdala
Jan 13 2007 - via wiki.apache.org

Running Hadoop on Amazon EC2 - mapreduce

2 FaversShareViewed: 11 Times
vote
60
Faved by: jessep
Feb 20 2007 - via www-128.ibm.com

Quoted: Save disk space and bandwidth, and increase the reliability of your site by using the Amazon Simple Storage Service (S3) remote storage service to host your media files. You'll also improve the reliability of your site as it serves the increasingly large multimedia files that are so popular in the Web 2.0 world.

2 FaversShareViewed: 59 Times
vote
19
Faved by: tsupo
May 19 2005 - via aws.typepad.com

ブラウザのJavascriptでECS 4.0を呼び出すページを作るのに、XMLをDOMで扱う必要がなくなるので便利です。

1 FaverShareViewed: 17 Times
vote
22
Faved by: tsupo
Nov 19 2007 - via zerosp.com

Amazon Webサービス 3.0が2008年3月31日を持って終了になりますので → そうだったんだ。ECS4 へまだ移行し切れてないなぁ。

0 FaversShareViewed: 22 Times

Page 1

Related Content from Around Faves

amazon

VIEW ALL

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