Airflow-on-Fargate
Airflow-on-Fargate copied to clipboard
Our team was trying to setup Airflow through the following steps via CDK: https://aws.amazon.com/blogs/containers/running-airflow-on-aws-fargate/ However, during the `cdk deploy` step, and after answering "yes" to the prompt, we are encountering...
upgrading to airflow 2.2.2-python3.8 package adding more apt packages for ease of use upgrade pip inline install aws cli for ease of use remove use of non-maintained pygresql in favor...
Are there any python forks for this? And on AWS CDK 2.x as well as Airflow:latest. Thanks - Sandeep
Hi - even with managed airflow available on AWS, I still see a need for this repo. I have needs to customize around airflow that I can't do with managed...
It's cool to run the workload on Serverless Fargate, but why not use Aurora Serverless to replace the RDS? so the total solution would be serverless, is that a good...
Hello, It looks like you allow Celery to create SQS queue outside of CloudFormation stack. As for me it doesn't look good since you lose control towards the resource. Why...
This CDK code will try to create new VPC. It also should support existing VPC.