←back to thread

528 points sealeck | 8 comments | | HN request time: 2.349s | source | bottom
1. pharmakom ◴[] No.31391545[source]
Can someone explain what fly.io actually is for someone with an AWS background?
replies(5): >>31391585 #>>31392096 #>>31392729 #>>31393153 #>>31395970 #
2. jjtheblunt ◴[] No.31391585[source]
the website for fly.io is extremely well written in explaining fly.io in terms of AWS
replies(1): >>31392079 #
3. ipaddr ◴[] No.31392079[source]
So no? I went to the site and didn't see anything nor did a google search turn up anything
replies(1): >>31396552 #
4. tptacek ◴[] No.31392096[source]
We run hardware, our own physical servers, in a bunch of regions around the world. We have an API (and a CLI) that will take a Docker container (or a Dockerfile, or a bunch of other things), turn it into a VM, and it run it on that hardware. That VM is given a routable Anycast IP address, so your users will automatically tend to hit the closest instances of your app.

Hope that helps!

5. jsmeaton ◴[] No.31392729[source]
Having a go at writing the elevator pitch myself, since I think the others I've read have been overly technical.

It's a platform as a service. It'll take your docker application (usually a web application) and run it on the internet. It'll also allow you to run it in many locations around the world transparently (using the same IP address / anycast) so that users closer to those locations will get better/lower latency.

It's a CDN for your application.

(There's more to it than this, but as far as elevator pitches go, sufficient?)

6. xena ◴[] No.31393153[source]
It's Uber for Heroku
7. ◴[] No.31395970[source]
8. jjtheblunt ◴[] No.31396552{3}[source]
https://fly.io/blog/fly-io-is-hiring-rust-developers/