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
-
I'm seeing an error like this when my Hybrid ECS agent tries to spin up a code server task:
OR my hybrid ECS agent is not showing up on the Agents tab in Dagster Cloud. How can I fix it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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:
How to check things:
|
Beta Was this translation helpful? Give feedback.
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: