Hey everyone, I'm using the ECS agent and want to ...
# prefect-server
e
Hey everyone, I'm using the ECS agent and want to pass a secret from AWS Secrets Manager into each task. I saw the documentation about providing a task template for each task to build upon. do I have to create a fully defined template for each task? or can I just create the secrets{} part and let prefect auto generate the rest of it with defaults?
k
Hey @Eric Mauser, I’m a bit unclear here. Are you intending to use the AWS Secret Manager Task? Because you would just get the output and then pass it to the succeeding tasks