cancel
Showing results for 
Search instead for 
Did you mean: 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 

Network Connectivity Configurations : "Default rules" tab not visible

toko_chi
New Contributor II

Hi, 

I'm trying to enable static outbound IPs for Serverless Compute in order to whitelist them on external SaaS.
I created an NCC in the same AWS region as my workspace (customer-managed VPC)
According to the documentation(Serverless Firewall) , I expected to see the "Default rules" tab in the NCC settings, but it does not appear in my account console. 

To investigate further, I called the Accounts API to list NCCs. The response works, but the 'egress_config' field is blank, which suggests the Serverless Firewall feature is not active.

Questions:

  • Is the Serverless Firewall (Static egress IPs) feature only available by enabling a flag through account team?
  • Are there any specific prerequisites that I might be missing?

Any guidance would be greatly appreciated.

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions

Advika
Databricks Employee
Databricks Employee

Hello @toko_chi!

Yes, as noted in the documentation, this feature is currently in Public Preview and requires enablement by your Databricks account team.
Since you’re not seeing the Default rules tab and your API response shows an empty egress_config, it’s likely that your account hasn’t been enabled yet.

To proceed, please review and ensure you meet the mentioned requirements. Once confirmed, contact your Databricks account team to request access to the preview.

View solution in original post

2 REPLIES 2

Advika
Databricks Employee
Databricks Employee

Hello @toko_chi!

Yes, as noted in the documentation, this feature is currently in Public Preview and requires enablement by your Databricks account team.
Since you’re not seeing the Default rules tab and your API response shows an empty egress_config, it’s likely that your account hasn’t been enabled yet.

To proceed, please review and ensure you meet the mentioned requirements. Once confirmed, contact your Databricks account team to request access to the preview.

toko_chi
New Contributor II

Thank you for the clarification, @Advika !

That makes sense now, I'll confirm the requirements and reach out to our account team to get the preview enabled.
Appreciate your help!