Live data from Hacker News

AWS Managed Workflows for Apache Airflow

aws.amazon.com

1–10 of 68 posts

Re: AWS Managed Workflows for Apache Airflow

#5
I 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 ends up being something in the cost range of $300-$500 or so per month for the airflow management part of it. Seems a bit steep. $50-$100/mo would be a no brainer for us. For some orgs I can see this being a great solution, but its not really friendly for the little guy (with a min price of $350/mo).

Re: AWS Managed Workflows for Apache Airflow

#8
post #6
post #4

But why Airflow, it has so many weird things. I hope it is dethroned soon.

Curious what you like better?

Luigi from Spotify:

https://github.com/spotify/luigi

We’ve been using it for complex update workflows for about 5 yrs now, and it just works.

It doesn’t do scheduling or have a fancy ui, but it’s a solid workhorse.

Re: AWS Managed Workflows for Apache Airflow

#9
post #6
post #4

But why Airflow, it has so many weird things. I hope it is dethroned soon.

Curious what you like better?

Although this article [1] compares Airflow to Prefect it outlines pretty interestingly limitations of Airflow.

I would be also curious to hear more about alternative and mature open-source solutions to Airflow.

[1] https://medium.com/the-prefect-blog/why-not-airflow-4cfa4232...

Post reply on HN