But why Airflow, it has so many weird things. I hope it is dethroned soon.
Curious what you like better?
AWS Managed Workflows for Apache Airflow
31–40 of 68 posts
Re: AWS Managed Workflows for Apache Airflow
#32So far it's been very low maintenance - outside of the few random scares where dag logs filled up my server - but then I researched and found maintenance Dags that prevent a lot of issues.
Wondering when my next outage will be is always fun, but it's been pretty stable so far.
E: I know and appreciate the tech they put into it. It's just too high of a price for me once I get the workers added. I still want migrate mine to fargate workers at some point though.
Re: AWS Managed Workflows for Apache Airflow
#33Re: AWS Managed Workflows for Apache Airflow
#34But why Airflow, it has so many weird things. I hope it is dethroned soon.
Re: AWS Managed Workflows for Apache Airflow
#35But why Airflow, it has so many weird things. I hope it is dethroned soon.
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.
Re: AWS Managed Workflows for Apache Airflow
#36I 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…
Would you agree the $300-500 is easily offset by any 1 production incident/outage that would require manual intervention on the airflow servers (and thus developer salary for however many hours to fix, and lost productivity elsewhere)? I understand that the premium is paid _every month_ -- and you may not otherwise have an incident every month -- but the AWS premium can also be considered an _insurance premium_ again…
Re: AWS Managed Workflows for Apache Airflow
#37I wonder how it compares to astronomer.io, and Google's managed airflow thing.
i'd let you know if their service came up :) been waiting an hour after hitting the "create" button disclosure: co-founder of astronomer
"Environments with CREATING status must complete previous operation before initiating a new operation."
can't email support for help (i only have basic plan)
any AWSMWAA ppl on this thread and can help? the instance name is `airflow-ry-test`.
Re: AWS Managed Workflows for Apache Airflow
#38Thank you AWS. I think they just saved me $85K.
Re: AWS Managed Workflows for Apache Airflow
#39There are now at least 4 different implementations of every data/app related technology: the oss/original version, the aws version, the azure version and the gcp version Is this a good idea? I don’t think so
Of course their storage backend is going to be S3 and they are going to send logs to Cloudwatch, we have been doing it in a similar way for quite some time and it is what I expect from a solution managed by AWS.
Re: AWS Managed Workflows for Apache Airflow
#40There are now at least 4 different implementations of every data/app related technology: the oss/original version, the aws version, the azure version and the gcp version Is this a good idea? I don’t think so