Skip to content

My Hybrid ECS agent is having trouble connecting to the code server tasks that it creates. How can I troubleshoot/configure my cluster so that it will work? #17368

Discussion options

You must be logged in to vote

If you're using the Dagster Cloud Cloudformation template that creates a brand new VPC for you, it should be created with the correct networking permissions. This is what we recommend first if you're just starting out with Dagster Cloud.

If you're setting up a Dagster Cloud agent in an existing VPC, the agent needs to be able to egress to the Dagster Cloud servers, and needs to be able to communicate with any ECS services that it creates to run your code. Here's a list of requirements and how you can ensure that your cluster meets them:

  • The VPC needs to use route53 for DNS
    • You can verify this by looking at the DHCP option set on the VPC
  • The VPC needs to have assign_hostnames enabled
  • T…

Replies: 1 comment

Comment options

gibsondan
Oct 24, 2023
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by gibsondan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: troubleshooting Related to debugging and error messages Dagster+ Relates to Dagster paid plans deployment: ecs Related to deploying Dagster to AWS ECS
1 participant