←back to thread

528 points sealeck | 1 comments | | HN request time: 0.229s | source
Show context
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 #
1. 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!