k__ 2 days ago

It's basically the new Heroku with less lock-in, because it works with Docker.

You get edge computing, autoscaling, and load balancing without additional configuration.

Not as flexible as AWS, but also much easier to setup and maintain.

But the reliability issues suck now and then.

4
ignoramous 2 days ago

> Not as flexible as AWS

Today, Fly.io is more or less in the same market as Lightsail, not AWS. And when you compare it to Lightsail, it blows it away.

watermelon0 2 days ago

Did you count reliability into your assesment here? I'm reading about Fly.io outages multiple times a year, whereas Lightsail seem to be as stable as AWS EC2.

mtlynch 2 days ago

And when you compare it to Lightsail, it blows it away.

This is a bit of a confusing sentence because there are so many pronouns. Do all of the "it"s refer to Fly.io?

dijksterhuis 2 days ago

> And when you compare [fly.io] to Lightsail, [fly.io] blows [Lightsail] away.

gurgunday 2 days ago

DigitalOcean has been doing this for years, and their value proposition is unmatched IMO

For $5 you get:

Latest gen CPUs and RAM

HTTPS

DDoS protection

Cloudflare CDN

Autoscale

Competent support

I'd say the best part is the predictable monthly prices

And while most people probably don't care, they are an established public company, so there is more chance they will exist in 10 years

dijksterhuis 2 days ago

are global r/w token permissions still a thing, or did the token scopes thing finally come out of beta?

also, my experience with support was not the same as yours. they were utterly useless for the most part.

for a personal web dev (or similar) project, like, i agree, they’ve got good value.

but having worked in a small biz where DO was what they built everything on — no. bad idea. spend more. use aws (graviton ec2 instances)/azure.

fragmede 2 days ago

the $5 droplet is underpowered and can't run anything substantial. it's just the price to get you in the door.

yabones 2 days ago

It doesn't really need to run anything "substantial" though. Running some janky wordpress site with some scabbed-on ecommerce customizations is like 50% of the internet.

infecto 2 days ago

a 1vCPU 512mb instance is plenty for most base cases. Maybe you need one additional machine to act as a background worker. I am sure there are some noisy neighbors but to say its underpowered is silly.

fragmede 2 days ago

I'm calling it underpowered because the $5 one had trouble running my custom ssh daemon. ssh! the cryptography for that shouldn't chug down the server I'm renting from them. a bigger instance from them isn't having the same problems.

pajeetz 2 days ago

you wouldn't be able to run anything substantial with that kind of budget

but GO and pocketbase is on record for supporting 10k concurrent requests per second on low powered VPS

nikodotio 2 days ago

This is precisely it. The ease of deploy, https domain configuration, scaling.

Additionally, having machines that turn off when not in use is easy to configure, which I never managed on AWS.

ignoramous 2 days ago

> which I never managed on AWS

I haven't looked at it recently, but App Runner could do a few of Fly.io esque things (but slightly more expensive): https://aws.amazon.com/apprunner/

infecto 2 days ago

I have asked this multiple times but is anyone really using edge compute and getting value out of it? I am certain there are cases but I have not seen any of them written up before.

sofixa 2 days ago

Depends on what you mean by edge compute, but you probably are.

5G towers are a ton of compute on the edge to secure and protect the traffic passing through them.

Or if by edge you mean having stuff close to your consumers, every non trivial operation does that.

infecto 2 days ago

How is it not obvious based on the thread at hand, fly.io.

And no not every nontrivial operation does it to the extreme of an envisioned fly.io deployment.

pier25 2 days ago

We have an embeddable audio player served globally with very low latency. This wouldn't be possible without edge compute/data.