Live data from Hacker News

Ask HN: Best free compute and other resources for startups?

news.ycombinator.com

141–145 of 145 posts

Re: Ask HN: Best free compute and other resources for startups?

#141

I'm something of a free tier connoisseur, and recently built an entire project with 13 forever-free tiers. It was more of a personal challenge than a business decision, but it might be a good reference for what's out there: https://www.simonmweber.com/2018/07/09/running-kleroteria-fo... Some other services not mentioned there that I've used for free recently: - humio cloud for log aggregation - nodequery for server m…

What OS and distro do you use for a cheap 256 MB vps? Wondering and wishing to play hehe

Re: Ask HN: Best free compute and other resources for startups?

#142
post #128

Earlier quoted context omitted.

The issues highlighted in this thread around the need to develop locally against cloud resources while dealing with a litany of dependencies are one of the things we are trying to solve at Stackery. This post talks about how our team experienced much of what’s in this thread and what we built to solve it: https://www.stackery.io/blog/how-do-we-setup-a-proper-server... VS Code folks seem to be pretty excited about our…

This is, unlike most plugs, actually not bad; the tool looks neat. But I am not your audience. I already have a strong grasp of AWS offerings and tools and know exactly what I want; what I don't have is the inclination to do it for development. If I did, I have Pulumi when I need to build cloud infrastructure and I'm allergic to visual tools at pretty much every level that isn't literally making a GUI. The problem th…

Thanks for replying with your initial reaction. It's good to get your perspective.

Visual tools: If you are proficient at writing CFN templates or have found another tool to do that, cool. FWIW, our customers tell us they find the visualization useful when onboarding other engineers onto a project and then when they have a split screen between the template and the visualization to see how the CFN template is built.

Yoloing Developers: Heh. I'm stealing that phrase. But seriously, this is a common concern and a reason why managing accounts and namespacing for dev/test/staging/prod environments is a big deal. (plug - we do that too) At AWS dev managers get daily reports on the cost of each developer's accounts. While serverless tends to be much cheaper for dev environments than containers or EC2 instances, there are indeed ways to run costs up.

Deploying and redeploying: That's precisely why our CLI enables development against live cloud resources. When you use stackery local invoke, it assumes the function’s IAM role and fetches the function’s env var values. This enables rapid, and accurate, local function development. On the infrastructure side, it's common for our users to make up to 5 or more changes to their architecture in a day. The more you can do with the building blocks, the less code you need.

Thanks for taking a look.

Re: Ask HN: Best free compute and other resources for startups?

#143
post #67

Earlier quoted context omitted.

Even without a static IP, a free dynamic DNS service is good enough to prototype on a local machine as long as you aren’t using enough bandwidth to tip off your ISP. At that point, however, you’ve probably got enough market validation to move to another host.

Cloudflare free tier is really good for that :-) Since all traffic ends in Cloudflare you can change an IP address and it redirects the traffic in seconds whithout having to wait for dns propagation. Try it.

I will! This is a good tip.

Re: Ask HN: Best free compute and other resources for startups?

#144
post #35

Heroku's free tier is good. GCP App Engine is pretty similar, a little more powerful, but also more limiting in how you build your app. My pick for MVPs is AWS Lambda. It's very easy to get up and running, and you get access to the rich AWS ecosystem. Yeah yeah, the "unlimited scale" benefit will be great when you're accelerating user growth, but that's not why its a good pick for MVPs. Need a cron? Not too bad on Ap…

App engine isnt limiting to how you build your app, the old version was.

The new version also doesn't have a free tier.

Re: Ask HN: Best free compute and other resources for startups?

#145

Earlier quoted context omitted.

I think you have to be introduced into the program by an accelerator now. I´ll miss it, it was a pretty awesome program.

I believe you can email your pitch deck in and get a code to apply.

That´s very interesting to hear. Thank you.
Post reply on HN