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

Jeff Nawrocki

02/02/2023, 5:27 PM
Any thoughts on this: https://github.com/docker/compose-cli/issues/2213? It seems tricky to set up dagster if not relying on docker-compose.
p

prha

02/02/2023, 9:19 PM
One strategy that might work for you is to set up an initial deployment using docker-compose. This under the hood will create a cloud formation stack inside of your AWS account. You should be able to grab the template from this stack and modify it to suit your needs.
j

Jeff Nawrocki

02/02/2023, 9:37 PM
I think that could work! I've gotten some internal pushback on compose due to this security risk so I might have dig into what the automatically generated public facing resources will actually manifest as.
@prha Just wanted to mention that I did what you suggested and it really helped! Turns out that deploying to k8s is a better fit for me but still appreciate the help here.
p

prha

02/15/2023, 4:40 PM
Glad you were able to make progress!
11 Views