ECS Fargate is probably the way to go, since you pay only for containers that you spin up, not for VMs. with Vertex you pay per machine and GKE with autopilot similarly since you need to have Kubernetes control plane with all components running at all times
m
madhav
02/21/2022, 5:03 PM
got it, that makes sense. thank you
👍 1
is there a recommended guide for running flows on ECS+Fargate?
a
Anna Geller
02/21/2022, 5:57 PM
I wrote a blog post about it here. But just FYI using FARGATE_SPOT doesn’t work atm, there is an open issue for it. But if you use FARGATE launch type, the setup from the blog post should work.