Managed Airflow
Configure Apache Airflow by following the listed steps.
Package and upload your DAG (Directed Acyclic Graph) code to Amazon S3. Amazon MWAA loads this code into Airflow.

S3 Objects for Aitflow configuration
Make sure Versioning is enabled for the custom plugins in a
plugins.zip
, and Python dependencies in a requirements.txt
on your Amazon S3 bucket. Navigate to DevOps > Analytics > Airflow
Provide the required information like airflow version, name, S3 bucket, DAGs folder location.
If Plugins.zip and requirements.txt is specified while adding airflow, you would need to provide the S3 Version of these files.
User can also enable logs while creating airflow.

User can view Airflow Environment details from DuploCloud Portal. You can view AIrflow Envrionment in AWS Console by click Webserver URL.

Last modified 8mo ago