Any thoughts on this: <https://github.com/docker/c...
# deployment-ecs
j
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
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
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
Glad you were able to make progress!