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 Answer
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
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions