This is an automated email from the ASF dual-hosted git repository. eladkal pushed a commit to branch aws in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit 723bf38401b0bcbd24dfd91c915c574062c7e3f8 Author: Elad Kalif <[email protected]> AuthorDate: Tue Jul 25 13:18:02 2023 +0300 Update Amazon Managed Workflows for Apache Airflow(MWAA) Terraform module link --- landing-pages/site/content/en/ecosystem/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/landing-pages/site/content/en/ecosystem/_index.md b/landing-pages/site/content/en/ecosystem/_index.md index 20f9ba7095..3ffa8249d6 100644 --- a/landing-pages/site/content/en/ecosystem/_index.md +++ b/landing-pages/site/content/en/ecosystem/_index.md @@ -53,7 +53,8 @@ If you would you like to be included on this page, please reach out to the [Apac [Self-Managed Airflow via CNDI](https://github.com/polyseam/cndi) - Toolkit for deploying Airflow Kubernetes clusters, with support for AWS, GCP, Azure, VMWare, Bare-Metal, and even multi/hybrid cloud support. See [docs](https://docs.cndi.run) for more details. -[Self-managed Airflow on Amazon EKS](https://github.com/aws-ia/terraform-aws-mwaa) - Self-managed Apache Airflow deployment on Amazon EKS using [Terraform](https://www.terraform.io/). See [docs](https://aws-ia.github.io/terraform-aws-eks-blueprints/main/add-ons/apache-airflow/) for more details. +[Self-managed Airflow on Amazon EKS](https://github.com/awslabs/data-on-eks/tree/main/schedulers/terraform/managed-airflow-mwaa) - Self-managed Apache Airflow deployment on Amazon EKS using [Terraform](https://www.terraform.io/). See [docs](https://aws-ia.github.io/terraform-aws-eks-blueprints/main/add-ons/apache-airflow/) for more details. +A [Teraform module for MWAA](https://github.com/aws-ia/terraform-aws-mwaa) is also available.
