Self-Host with the ease of PaaS

Deploy Airflow
on AWS

Easily Deploy Airflow on Amazon Web
Services (AWS) using CNDI.
Get Started
Airflow and AWS Connection Online

Running a production Airflow cluster doesn’t need to be expensive. CNDI provides the simplest and most affordable alternative to MWAA and Astronomer. Running your own cluster is a breeze. Thanks to GitOps, changing your cluster infrastructure or config is as simple as making a Pull Request.

EKS (Amazon Elastic Kubernetes Service)

Simplify Airflow cluster management with a fully managed Kubernetes service that reduces operational complexity and offers AWS-integrated security features. EKS is the most popular way to run Kubernetes on AWS and it takes care of control plane operations, upgrades, and patches.

Automatically Synchronize your DAGs from Git

Manage your Kubernetes cluster with GitOps

Scale your workloads with the Kubernetes Executor

What is Airflow

Apache Airflow is an open-source workflow orchestration platform originally developed by Airbnb. It enables users to author, schedule, and monitor complex data engineering pipelines through a user-friendly interface. With a "configuration as code" approach using Python scripts, Airflow allows developers to easily create workflows by importing libraries and classes. It utilizes directed acyclic graphs (DAGs) to handle task dependencies and scheduling, offering a streamlined alternative to legacy schedulers that relied on disjointed configurations.

View Project
outbound link icon

Who is it for?

Apache Airflow is designed for Data Engineers, Data Scientists, and organizations seeking a robust workflow orchestration and scheduling platform. It is suitable for those working on data pipelines, ETL (Extract, Transform, Load) processes, and complex data workflows. With its focus on programmable task dependencies, flexible scheduling, and extensive plugin ecosystem, Apache Airflow enables users to create, monitor, and manage complex workflows with ease. Whether you are working with big data, machine learning, or analytics pipelines, Apache Airflow provides the tools to efficiently orchestrate and automate your data workflows.