Hi! Dremio in private subnet

Hi, I’m a dremio newbie!.

I deployed dremio to the aws using cloudformation that you provide.
But, this error occurred like below.

I think dremio tries to connect iam.amazonaws.com:443 . but there is no way to connect in private subnet. do you have any idea?

thanks in advance.

Hi, I am facing the same issue. Did you find a solution ?

I figure out my error was a missing proxy settings. I needed to follow the below procedure:
-connect as ssh to my ec2 instance
-add this line to the file /opt/dremio/conf/dremio-env :
DREMIO_JAVA_EXTRA_OPTS=”-Dhttp.proxyHost=[host] -Dhttp.proxyPort=[port]”
-restart the service “sudo service dremio restart” for this to take effect

Thanks a lot for sharing your solution @sauger