TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Here is the biggest mistake you will make on Amazon EC2…

13 pointsby edukatrover 14 years ago

7 comments

ehutch79over 14 years ago
Correct me if I'm wrong, but I thought the point of ec2 style clouds was to create an ami with everything configured just how you need it ahead of time, and boot lots of small machines off that. The data should be fed from s3 or from rds or from an ec2 instance with a database which stores it's data on an ebs.<p>The main idea is that it's an easy platform to scale horizontally from.<p>It never really struck me as intended to be a service which you run something like wordpress from...<p>What this guy probably wanted was something like rackspace and linode offer, which is a vm with a persistant disk, more in line with vmware on the desktop or esx, or xen, than amazons offering.
评论 #2192445 未加载
petercooperover 14 years ago
Is it "picking an instance too small to handle the traffic HN sends"?
评论 #2192127 未加载
alanpcaover 14 years ago
Be careful who you take advice from. I can't believe somebody who is providing information on setting up EC2 for startups was not using elastic block storage for their critical data.<p>There is really no excuse for this. Don't make the same mistake.
评论 #2191979 未加载
ronnierover 14 years ago
My cache got it: <a href="http://viewtext.org/article?url=http://www.edukatr.com/here-is-the-biggest-mistake-you-will-make-on-amazon-ec2/" rel="nofollow">http://viewtext.org/article?url=http://www.edukatr.com/here-...</a>
andrewstuartover 14 years ago
You might consider multiple backup strategies, different types of backups done in completely different ways, none with any level of dependence on each other. Test them to see if you are able to restore from them.
评论 #2192153 未加载
bmeltonover 14 years ago
I'm not entirely sure I see what he did wrong -- he says he was using 'block storage', but his remedy was to get an EBS volume?<p>Was he really running the contents of two websites on the EC2 instance?<p>I mean, I've done that. Once. When I was first playing with EC2, and well before I'd actually deployed a live and (apparently) valuable site to it.<p>If I'm understanding the problem correctly, then my sympathies. I don't know if it's a curse or a blessing that it went all this time without having rebooted and destroying everything before now. I suppose that's the sort of thing you'd prefer to learn earlier than later.
评论 #2192041 未加载
lwatover 14 years ago
Site is down. Is it hosted on EC2?
评论 #2191932 未加载