Can someone explain what fly.io actually is for someone with an AWS background?
replies(5):
Hope that helps!
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?)