Akira Renbokoji
11/02/2022, 10:19 PMload_from:
- grpc_server:
host: <http://my_service_discovery.name.space|my_service_discovery.name.space>
port: 4266
location_name: "grpc_server"
Is the above acceptable or do I need to grab the IP address from the Discovery Service then feed it into "workspace.yaml"?
Edit:
Turns out you can just use the namespace as host.
For anyone struggling to access your Dagster site and reload the repo, you have to add your gRPC port and the HTTP port (80) to the security group associated with your Dagster setup.
AWS has a Route Analyzer that you can use to see if the daemon can reach the gRPC server. That helped me the most.Vinnie
11/03/2022, 8:02 AMAkira Renbokoji
11/03/2022, 4:32 PM