aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2022-05-15 09:18:37 -0400
committerXe Iaso <me@christine.website>2022-05-18 16:44:55 -0400
commit62014b2dbafa942af8c32a6c643367e68ed47fc8 (patch)
treece1c81fdd113ea2b54aee164283e3cc38e7bfb48
parent62dc15c33937264402c150d85b155d836644b4d1 (diff)
downloadxesite-62014b2dbafa942af8c32a6c643367e68ed47fc8.tar.xz
xesite-62014b2dbafa942af8c32a6c643367e68ed47fc8.zip
oops lol
Signed-off-by: Xe Iaso <me@christine.website>
-rw-r--r--blog/fly.io-heroku-replacement.markdown13
1 files changed, 0 insertions, 13 deletions
diff --git a/blog/fly.io-heroku-replacement.markdown b/blog/fly.io-heroku-replacement.markdown
index 7a502a4..d96fdcb 100644
--- a/blog/fly.io-heroku-replacement.markdown
+++ b/blog/fly.io-heroku-replacement.markdown
@@ -64,19 +64,6 @@ into your containers, and import Heroku apps into fly.io without having to
rebuild them. This is what the Dogwood stack should have been. This represents a
generational leap in the capabilities of what a Platform as a Service can do.
-Even more critical is that every app gets its own static IP address that you can
-use for IP based firewall rules. This is something that was straight up
-impossible in Heroku due to Heroku being a reseller of AWS, but since fly.io
-owns their own infrastructure and IP space, they can do this with ease. Your
-applications can be reached on a predictable IP and they will have outgoing
-connections with the same IP.
-
-<xeblog-conv name="Numa" mood="delet">This is amazingly useful when dealing with
-well-intentioned but outmoded security teams at companies you are integrating
-with that insist that you absolutely must have a static IP for a service. No
-more having to make ad-hoc SSH proxies or use some shady HTTP proxy as a
-service. You just make connections and they just work.</xeblog-conv>
-
The stream VOD in the footer of this post contains my first impressions using
fly.io to try and deploy an app written with [Deno](https://deno.land) to the
cloud. I ended up creating a terrible CRUD app on stream using SQLite that