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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠