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 Antwort
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
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen