Hello. I have Dagster running in ECS cluster and e...
# deployment-ecs
g
Hello. I have Dagster running in ECS cluster and everything works fine until I try to call a custom https url inside once of the ops - in this case the call fails with timeout. The URL in question is a custom private DNS record defined in Route53. I can call the same url without problems from ec2 instances in my VPC (same where Dagster ecs tasks are running). Could it be that the problem is related to the ECS service discovery configuration? - In this case how can I make this custom record accessible from Dagster? Disregard - turned out to be security group problem
🤖 1