I’m trying to create a cluster in databricks in a customer managed vpc (AWS) environment. Created both front end and back end endpoints. The cluster got terminated with message ‘NPIP tunnel setup failure.’ Looking at the logs, it throws wait for Ngork tunnel failure.
Asked
Active
Viewed 661 times
1 Answers
0
You need to make sure that you aren't blocking outgoing traffic to the Databricks control plane. The section "Firewall appliance infrastructure" documentation describes that you need to enable traffic to following objects (this list may change over the time):
- Databricks web application
- Databricks secure cluster connectivity (SCC) relay (ngrok)
- AWS S3 global URL
- AWS S3 regional URL
- AWS STS global URL
- AWS STS regional URL
- AWS Kinesis regional URL
- Table metastore RDS regional URL
Actual global & regional host names could be found in the following table in the same documentation

Alex Ott
- 80,552
- 8
- 87
- 132