Hi guys, we are trying to launch dagster on EC2, a...
# ask-community
y
Hi guys, we are trying to launch dagster on EC2, and got below errors, when try our first test run. Can you list some possible causes? Thx
o
hi @Yuan Cheng is
dagster-postgres
installed on your EC2 cluster?
y
yes we did
👀 1
d
Hi Yuan, what run launcher are you using?
y
I just clicked materialize all:
Here's more information from server:
d
Did you set a particular run launcher in your dagster.yaml file?
Or is it using the default one?
y
we use default one (DefaultRunLauncher)
d
How are you telling dagster how to load your code? (Eg with a workspace.yaml or pyproject.toml file)
y
workspace.yaml
d
Can you share the contents of that file?
y
Copy code
load_from:
  # Each entry here corresponds to a code repository hosted somewhere
  - grpc_server:
      host: 127.0.0.1
      port: 4322
      location_name: "RDBMS"
d
Got it - this error indicates that the server that you have listed there isn’t running in an environment that has dagster-postgres installed (the run happens on that gRPC server if you are using the default run launcher) Does that help narrow down the problem?
y
got it, let me dig more, thx for the help!
haha got it, thx!!!
condagster 1