This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 54036b72c2 Fix aws on EKS link (#846)
54036b72c2 is described below

commit 54036b72c20aa121a1716c8f85f06b771e79c66d
Author: eladkal <[email protected]>
AuthorDate: Fri Aug 11 07:21:24 2023 +0300

    Fix aws on EKS link (#846)
    
    * Fix aws on EKS link
---
 landing-pages/site/content/en/ecosystem/_index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/landing-pages/site/content/en/ecosystem/_index.md 
b/landing-pages/site/content/en/ecosystem/_index.md
index e24556c720..c7c52bf3f1 100644
--- a/landing-pages/site/content/en/ecosystem/_index.md
+++ b/landing-pages/site/content/en/ecosystem/_index.md
@@ -53,7 +53,7 @@ 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/awslabs/data-on-eks/tree/main/schedulers/terraform/managed-airflow-mwaa)
 - Self-managed Airflow on Amazon EKS provides a guide for deploying 
self-managed Apache Airflow on [Amazon EKS](https://aws.amazon.com/eks/) with 
[Terraform](https://www.terraform.io/) using Data on EKS Blueprints with the 
[Terraform Data 
add-ons](https://registry.terraform.io/modules/aws-ia/eks-data-addons/aws/latest)
 module.
+[Self-managed Airflow on Amazon 
EKS](https://github.com/awslabs/data-on-eks/tree/main/schedulers/terraform/self-managed-airflow)
 - Self-managed Airflow on Amazon EKS provides a guide for deploying 
self-managed Apache Airflow on [Amazon EKS](https://aws.amazon.com/eks/) with 
[Terraform](https://www.terraform.io/) using Data on EKS Blueprints with the 
[Terraform Data 
add-ons](https://registry.terraform.io/modules/aws-ia/eks-data-addons/aws/latest)
 module, check out the [Data on EKS Airflow [...]
 
 [Amazon MWAA Terraform Module](https://github.com/aws-ia/terraform-aws-mwaa) 
allows you to deploy Amazon Managed Workflows for Apache Airflow using the 
official Terraform module. For a full example on how to use Amazon MWAA, check 
out the [Data on EKS MWAA 
blueprint](https://awslabs.github.io/data-on-eks/docs/blueprints/job-schedulers/aws-managed-airflow).
 

Reply via email to