Does anyone have a recommended way to get a config file (eg: a grafana datasource.yaml file) into an ECS container? I’ve been looking at EFS, but I’m not sure if using DataSync to push a single file to EFS makes sense - DataSync seems to be pretty involved to push a single file. And I don’t think Fargate supports data volumes. I think the only way to sanely do this is to build my own container and set the various config files when building the container. Anyone have a better idea?