If you set things up to use ECS but don’t use the ...
# ask-community
d
If you set things up to use ECS but don’t use the grpc-based store of user code, then which image does dagster use for executing workflows?
d
Hi Duncan - assuming you're using the EcsRunLauncher to launch each run in its own ECS task, it should use whatever image the DAGSTER_CURRENT_IMAGE environment variable is set to
This example shows setting it when using a grpc server, but I would expect the same env var to work if it was set on the daemon task (if you're not running a separate grpc server): https://github.com/dagster-io/dagster/blob/1.0.7/examples/deploy_ecs/docker-compose.yml#L89-L107