Amazon web services – Retrieve all my AWS Secret Manager in my Fargate Container
I'm using AWS ECS service to run my Docker containers (4 containers) Also used Secret Manager for storing and retrieve Environment Variables. I would like to pass my secret manager ARN. So the containers will access all my env vars…