Maybe this is more of a AWS question, but i have s...
# ask-community
f
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
is this on ec2 or fargate backend? we have the same setup and it works with ec2 as backend
f
Fargate
m
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
@Max Wong i changed it to ec2, But seems like dagit still cannot Seem to register daemon