Can I use AWS "secret manager" keys for a pipeline...
# getting-started
r
Can I use AWS "secret manager" keys for a pipeline, on the tap side?
a
You definitely can. Are you using ECS for execution or another runner?
In a past life, we mapped them at the ECS task level into the container, and then the secrets can be injected to the tap via those env vars: Specifying sensitive data using Secrets Manager - Amazon ECS
(Same/similar trick works with AWS SSM / Parameter Store.)
r
@aaronsteers this is a great, thank you! Sorry for the delay btw, another task pulled me away.