HACKER Q&A
📣 dinobones

Do you think the “cloud-first” approach to startups is limiting?


This may be a naive question, but...

Cloud-first costs a lot of money. If your startup is doing something compute heavy, like ML or serving a lot of bandwidth, you're going to have to pay boatloads just to even serve low DAU.

I'll give an example:

Imagine you wanted to recreate some video upload/streaming app. Fastly charges $0.12/gb, AWS charges $0.05/gb (and this is me being generous, they only give you this rate after 150tb/month of volume).

1080p video uses about 25mb a minute. That means streaming a 5 minute video will use about 125mb of bandwidth, ~1/10th of a gigabyte, meaning just to stream a 5 minute 1080p video, at the bare minimum you have just spent $0.005. If this video gets 10,000 views, that is a $50 video.

I realize that's a fairly contrived scenario, and I'm going to be bombarded by people telling me X CDN offers Y bandwidth for cheaper or for much better price (spoiler alert: They don't. CDNs like Cloudflare actually don't allow dynamically generated user content or media).

I've rambled on my example enough. Bandwidth costs a lot of money, especially in the cloud world. But I'm sure I could setup some racks in various metros and pay way less than what I would have to on the cloud.

Whenever I see this mentioned on HN, people bring out their pitchforks. "But... Cloud is cheaper!!! Infra is cheap! Engineers are expensive!!" Yeah, I agree, in most scenarios, but there are some cases where cloud costs are just too ravaging to bear.

TLDR: The cloud-first culture is probably prohibiting a lot of startup ideas. I know I personally have not pursued some ideas just cause I know the infra costs would be gnarly. I don't think the next TikTok, YouTube, or whatever could be bootstrapped on the cloud, even with a $500k seed round, if you experience any volume of users that will be eaten away quickly.


  👤 altdataseller Accepted Answer ✓
It depends on your goals. You mentioned bootstrapping. If you intend to bootstrap, then its 100x easier if you host everything on-premise. While some people feel they dont have the experience, in actuality, its nothing major. Do you know how to setup a dev environment locally? Ssh? Run unix commands? Then you got what it takes to host everything on-premise. Otherwise you are looking at paying 4-10x the costs if u use the cloud

If you are funded of course, then investors expect you to hire a team and focus everything on finding product market fit instead of managing infra so using the cloud makes more sense


👤 jerglingu
I was generally aligned with you until I joined a very small SaaS startup recently. The cloud abstracts away so much which in turn frees up the attention span of those typically committed to infra setup and maintenance. Not to mention the proliferation of services that live in the cloud space that simply being on the cloud unlocks. I’ve made no attempt to formally quantify this, but if many old-world tasks are reduced to almost entirely passive monitoring and “one-click” adjustments, then the freed attention span alone might be worth whatever marginal on-paper excesses the cloud might bring. Personally, managing servers and diagnosing outages or degraded infra performance is some of the most grinding and existentially draining work there is.

But then again we don’t host videos. If this is a special case then I guess ignore everything I just said.


👤 vivegi
Nope. While you are still searching product-market-fit, if your product or service has a unit price (price that consumers pay) that is designed to cover the amortized cost of your "owned infra" or operating cost on the cloud, it should not matter that you are operating on the cloud.

In fact, starting out on the cloud gives you leverage.


👤 AndyPatterson
I don't think it is.

For a start, it's not the lean/agile way to have a large capital cost for your idea. If the idea dies, so does all that money you've wasted.

Secondly, the example given is quite naive in design. You wouldn't serve directly from s3 because of costs so you would serve via caches/cdn; for instance, using aws cdn would cost 85 cents.

Going back to the first point though, you're putting a lot of money at risk.


👤 verdverm
The vast majority of startups are not CPU, GPU, or network intensive so it makes complete sense to go cloud first. They sell an efficiency at extreme markups because they provide business value. I've seen $XX,000,000 businesses run on < $10000 / month cloud costs

👤 faangiq
No. Having customers is limiting.

👤 jsiaajdsdaa
Prototype with cloud (nothing is more convenient, provably).

As soon as market fit is found and higher performance/$ is required, on prem is waiting for you, I feel.