https://dagster.io/ logo
#deployment-ecs
Title
# deployment-ecs
l

Levan

10/19/2021, 12:28 PM
Hey ! What’s the preferred approach for being able to work with docker locally and deploying to ecs? Kind of combination of deploy_ecs and deploy_docker?
j

jordan

10/19/2021, 1:51 PM
You can use the
deploy_ecs
example with local simulation by switching the context: https://docs.docker.com/cloud/ecs-integration/#local-simulation But you’ll want to swap out the
RunLauncher
in your
dagster.yaml
when you do this because the
EcsRunLauncher
can only run on a real ECS service (ECS Local Simulation only simulates the ECS metadata endpoints; it doesn’t actually simulate the entire ECS API).
l

Levan

10/19/2021, 1:58 PM
Thanks! I’ll check it out
2 Views