2 Answers
- Newest
- Most votes
- Most comments
0
If your requirements include secrets rotation, then Secrets Manager May be better suited than SSM.
Otherwise, SSM secure strings should be enough
0
Hi, you can integrate Secrets Manager with MWAA; it's all detailled here https://docs.aws.amazon.com/mwaa/latest/userguide/connections-secrets-manager.html
Hope it helps
Didier
Thank you. I know that Secrets Manager can integrate with MWAA, I am checking if SSM can be used with MWAA. I know it can be used with Airflow.
Relevant content
- asked a year ago
- asked a year ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 months ago
From here I understand that SSM supports retrieval of secrets in secrets manager via aliasing, so we could get best of both worlds.
I wanted to know if MWAA can access SSM.
Yes you can use them together, just be cost cautious thought. Basically you link your mwa to secrets manager and then instead of storing the secret in secrets manager, you store an SSM alias name, so they you can rotate that via native secret manager.
It is doable, as mentioned consider if this “double cost” is worth thought, instead of just using secrets manager withou SSM aliases.