Y
Hacker News
new
|
ask
|
show
|
jobs
by
rontr
6755 days ago
"This is cute, but doesn't really do anything which isn't already possible with EC2 and S3."
EC2 doesn't give you durability, and S3 doesn't give you speed. SimpleDB gives you both.
1 comments
wmf
6755 days ago
It sounds like SimpleDB runs on EC2, meaning it can't do anything that you couldn't build yourself on EC2. If you replicate data across enough EC2 nodes you can get durability (at the cost of complexity and high MTTR).
link