How install a custom ODBC driver on MWAA OR Supply custom image

0

Hello Community,

I am trying to move our airflow from single Node EC2 instance. But I can't find any documentation on how to

  • Install a ODBC driver used by our application in MWAA or supply a custom image which we have bundle with the driver
  • Secondly to mount an fsx drive were we delivers files to our business users

I greatly appreciate responses and reference documents

Thank

SAM
已提問 6 個月前檢視次數 319 次
1 個回答
0

Hello,

You can put the custom driver in the DAG folder under the S3 bucket and the driver should become available to the underlying MWAA schedulers and workers from that location. For example, place the custom driver inside S3 bucket dags folder prefix like s3://my-bucket/dags/<subfolder>/<ODBC driver>. Please refer to the guide below for installing custom pakages in MWAA:

[+] https://repost.aws/knowledge-center/mwaa-install-custom-packages

Please note that MWAA does not support mounting FSx (cloud file systems) drives on MWAA workers.

AWS
已回答 6 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南