Amazon web services – Setting up a vault agent sidecar in an ECS service via terraform to pass env variables stored in the vault
As the title suggests, I am trying to setup vault agent sidecars on services deploying on AWS ECS. I want to store the services env variables in the vault as well as use vault to generate certificates. I am also…