Earlier quoted context omitted.
Curious what you like better?
temporal.io
AWS Managed Workflows for Apache Airflow
61–68 of 68 posts
Re: AWS Managed Workflows for Apache Airflow
#62Re: AWS Managed Workflows for Apache Airflow
#63I just glanced at our own airflow instance in AWS (not on this service). We run 1 t3.xlarge instances 4vCPU for the scheduler and web server and 1 t3.xlarge instance (4vCPU) for the workers. At $0.33 per hour (on demand), this seems to most closely match the resources for their medium or large offering, at $0.74-$0.99 per hour (roughly 3x). I realize you are buying not just the compute, but the management, but that e…
Re: AWS Managed Workflows for Apache Airflow
#64How does this differ from Google's Cloud Composer, which is also managed Airflow? https://cloud.google.com/composer/
AWS: “we will build one in 3 months”
See. nobody care about the differentiator in big 2B enterprise business . It’s more about trust and migration cost
Re: AWS Managed Workflows for Apache Airflow
#65Re: AWS Managed Workflows for Apache Airflow
#66Re: AWS Managed Workflows for Apache Airflow
#67Earlier quoted context omitted.
how does that compute?
Our security posture requires that I purchase support for all software that we run in production. There are very few organizations offering support for Airflow and they aren't cheap.
Re: AWS Managed Workflows for Apache Airflow
#68Earlier quoted context omitted.
I am hoping Argo Workflows ( https://argoproj.github.io/projects/argo ) will make that happen. It decouples orchestration from data flow nicely and runs on Kubernetes so is highly-available.
Running something on Kubernetes does not make this something highly available. It makes this something randomly restarting.
In this case Argo uses the Kubernetes distributed state store (etcd or equivalent) and is a stateless service so can deal with failures quite well.