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.

A Comprehensive Guide to Building a Scalable Web App on AWS

542 pointsby jkresnerover 10 years ago

12 comments

tieTYTover 10 years ago
The scariest thing to me about AWS is that I might accidentally bankrupt myself while I learn to use it. I&#x27;ve seen horror stories on HN before. Articles titled &quot;How I spent $32k with AWS, a for loop, and a simple typo&quot; or something like that.<p>Normally when I learn something new, I learn by tinkering and breaking stuff. I don&#x27;t feel comfortable doing that with AWS. I&#x27;m hoping people will tell me I&#x27;m way off base because this fear has stopped me from getting the ball rolling.
评论 #8927284 未加载
评论 #8927163 未加载
评论 #8927459 未加载
评论 #8927174 未加载
评论 #8927124 未加载
评论 #8927919 未加载
评论 #8928130 未加载
评论 #8936133 未加载
评论 #8927385 未加载
评论 #8929354 未加载
Rapzidover 10 years ago
This article appears to include a lot of very good advice(speaking as an AWS solutions architect). I might suggest a emphasising a few things such as not having keys on login accounts(they negate multi-factor auth if leaked), and to ALWAYS pick or create a new IAM role if you aren&#x27;t sure an existing one fits for the EC2 instances.. But perhaps this sort of advice is not appropriate for the article.<p>Much respect for the amount of work that went into this. I&#x27;ll try to get through it all here at some point :)
jkresnerover 10 years ago
Apologies in advance for the table of contents going way off the screen. This is the biggest post published so far. We&#x27;ll be doing some UX work on the table of contents widget in the next week.
评论 #8926916 未加载
评论 #8926802 未加载
评论 #8930910 未加载
评论 #8926753 未加载
artifaxxover 10 years ago
Out of curiousity, why go with AWS when Linode, Digitalocean, etc appear to be so much more cost effective? Is the simplicity of spinning up AWS instances really great enough to counterbalance what appears to be a significantly greater cost? Is it the flexibility of different AWS services?
评论 #8926709 未加载
评论 #8926884 未加载
评论 #8926694 未加载
评论 #8926672 未加载
评论 #8927455 未加载
评论 #8927003 未加载
评论 #8928462 未加载
评论 #8928353 未加载
评论 #8927511 未加载
评论 #8926686 未加载
评论 #8926687 未加载
chacham15over 10 years ago
These guides are really hard to read (at least for me) because there isnt really a point (until the end) where I can stop and go try out some of what I&#x27;ve learned. Perhaps, if it were formatted in the way of &quot;steps to setup a scalable web app on AWS&quot; it would be more palatable.
jwilliamsover 10 years ago
This links to a HN discussion on the relative merits of VPN access versus bastion&#x2F;jump boxes (<a href="https://news.ycombinator.com/item?id=8637154" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8637154</a>).<p>This conversation didn&#x27;t ever seem to bottom out to conclusion? In particular I was wondering how servers connected _outwards_ in the VPN scenario.
评论 #8927012 未加载
评论 #8927471 未加载
评论 #8927775 未加载
chuckcodeover 10 years ago
Great to see article putting it all together. Also going to be great to send this to people who think that using AWS cloud means that you can skip hiring people with skills in systems administration.
AliCollinsover 10 years ago
Does anyone know of a similar article for the Google Cloud infrastructure?
skcover 10 years ago
This is a great article.<p>I knew I&#x27;d see a bunch of people stating that AWS is expensive and you should use a dedicated server or a VPS. But there are many applications built by people like me who are lone developers or small teams of developers who either don&#x27;t have the admin skills or simply don&#x27;t want to admin their own servers and the fact that AWS handles quite a lot of this for you is sometimes worth the the added cost.
minikomiover 10 years ago
Amazing post! Thank you very much. Would love to be able to read this on kindle - you should make an epub! haha
jacques_chesterover 10 years ago
Missing from the list of PaaS offerings is Cloud Foundry, which already runs on AWS.<p>Obvious disclaimer: I work on CF for my dayjob.
lazyfunctorover 10 years ago
Nice post! Thanks for writing it. Do you know of any similar resource for google compute platform?