Morning all, we are trying to get Dagster setup to...
# deployment-ecs
r
Morning all, we are trying to get Dagster setup to do the ECS Run launcher. However I am struggling to find the documentation for this setup. We make use of terraform to do create the services in ECS currently and would like to keep it that way for the main services. Is there some documentation that can help guide me on what needs to be done to get it running. I see in some comments there is task definitions but I can seem to find the documentation for this.
j
https://github.com/dagster-io/dagster/pull/5840 there’s a PR up for some additional ECS docs which you’ll hopefully find helpful. What you won’t find though is a Terraform provider - it’s something we’ve had in mind but haven’t prioritized yet. I know some community members have used the docker compose example to launch things and then inspected the resources that it creates to write their own Terraform though!
r
Thanks. I'll give this a read. A quick skim, it looks good.