Vince
06/25/2021, 2:06 PMjordan
06/25/2021, 2:10 PMVince
06/25/2021, 2:26 PMjordan
06/25/2021, 2:42 PMbuild
, push
, and up
for you
- the actual pipeline code could live in EFS (or perhaps even S3 https://github.com/s3fs-fuse/s3fs-fuse) and you could mount it as a volume. https://docs.docker.com/cloud/ecs-integration/#volumes Your CI/CD pipeline would be responsible for pushing changes to the pipeline code and then restarting the user code task.
Here are some other recent discussions that you might be able to draw on for inspiration:
https://dagster.slack.com/archives/C01U954MEER/p1619619726153500
https://dagster.slack.com/archives/C01U954MEER/p1624547226085700
https://dagster.slack.com/archives/C01U954MEER/p1619788572275400Vince
06/25/2021, 2:44 PMjordan
06/25/2021, 2:45 PM