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.

Ask HN: Does a fledging startup need AWS

2 pointsby ice109almost 8 years ago
I'm about to start work on beta release for my startup and trying to decide whether to go with AWS (EC2 instances and RDS) or some other vps (maybe digital ocean or even lightsail). Obviously the reason is to minimize spend - we have runway of about 6 months. For people who've done this: did you eventually migrate to AWS? How painful was the migration?

3 comments

amacalacalmost 8 years ago
Things to consider will you need a lot of custom database management? Are you comfortable deploying MySQL or another DB from command line? Are there tools in AWS that you will benefit from using - will they save you time compared to building them yourself, e.g. SQS versus managing a queue system.<p>If you are prepared to manage these are yourself, feel comfortable doing so, and your tech stack won&#x27;t benefit from the AWS tools too much, using a VPS might be the way to go.<p>That said you&#x27;re going for MVP - and you have 6 months to do it. Get going, move fast and break things!
评论 #14883284 未加载
Skywingalmost 8 years ago
Are you suggesting that you have done zero development yet? Develop locally until you need things to go &quot;live&quot;. Don&#x27;t buy AWS on day one, you won&#x27;t utilize it. Save the money. There are many great ways to develop locally, even with teams. You can go far by utilizing dependency management services, like npm, etc. You can go far by utilizing local database init scripts, etc, for consistent dev environments after a fresh repo clone.
评论 #14883274 未加载
dammalmost 8 years ago
You should just start with a managed setup; a VPS could work but AWS gives you an overhead to manage and be aware of.<p>While your building up; you may switch to AWS once you need more scaling ability. But if you pick some hosting provider like Internap you can get hardware pretty fast and will be cheaper in the longrun than any public cloud.<p>Sad; classic hosting is now trying beat the public cloud. The public cloud is trying to get everyone on it and kill classic hosting.<p>It will never die however; because even Amazon needs a datacenter.