https://dagster.io/ logo
#ask-community
Title
# ask-community
f

Frederik Hagelund

07/11/2022, 9:47 AM
Maybe this is more of a AWS question, but i have setup a ecr repo with my dagster code. In the task definition i have created two containers One for daemon and One for dagit. Looking at the log everything Seem good and dagit ui is running. However seems like dagit cannot find the daemon. Anyone have any ideas?
dagster bot responded by community 1
m

Max Wong

07/11/2022, 10:21 AM
is this on ec2 or fargate backend? we have the same setup and it works with ec2 as backend
f

Frederik Hagelund

07/11/2022, 11:49 AM
Fargate
m

Max Wong

07/11/2022, 11:50 AM
in that case you need to utilize aws cloudmap to allow node discovery. I've never done it manually, but their docs on ecs deployment with docker ecs cli works
f

Frederik Hagelund

07/11/2022, 9:05 PM
@Max Wong i changed it to ec2, But seems like dagit still cannot Seem to register daemon