This message was deleted.
# aws
s
This message was deleted.
l
I wouldn't call it best practice, but an easy solution is user data? https://docs.aws.amazon.com/AmazonECS/latest/developerguide/bootstrap_container_instance.html
Until you get vaults going, I guess.
g
Oh, that’s an interesing idea. I didn’t know Fargate tasks have userdata
ah, i have ssm and the aws secrets manager, can I map an ssm parameter (or secrets manager) to a path?
l
A better idea is to bake your config file as a template into your images, then have your secrets added via env vars or vaults during deploy time.
Not sure how to do this.. I'm still on the path to enlightenment :)\
g
yeah, that’s a nice twist too -hah. me too!