AWS System Manager Backend support for MWAA

0

I've tried to configure my MWAA (wih 1.10.12, 2.0.2) with ssm backend with below configuration options:

secrets.backend: airflow.providers.amazon.aws.secrets.systems_manager.SystemsManagerParameterStoreBackend
secrets.backend_kwargs: {"connections_prefix":<conn_prefix>, "variables_prefix":"<var_prefix>"}

It starts up the environment and status becomes 'Available' for use, yet while accessing the airflow UI, I'm getting gateway errors. I've also added permission for SSM.

Am I missing something or there is a known bug which I'm unaware of?

1 個回答
0

Yes, it is a known MWAA behaviour as per MWAA documentation "https://docs.aws.amazon.com/mwaa/latest/userguide/connections-secrets-manager.html" AWS SSM Parameter Store is not a supported backend at this time on Amazon MWAA.

However, could you please follow below documentation if you would like to get the secrets manager config working in your MWAA environment. https://docs.aws.amazon.com/mwaa/latest/userguide/connections-secrets-manager.html

AWS
已回答 2 年前

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

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

回答問題指南