Levan
10/19/2021, 12:28 PMjordan
10/19/2021, 1:51 PMdeploy_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).Levan
10/19/2021, 1:58 PM