- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2025 10:26 PM
Hi,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2025 09:48 AM
Have you adjusted te network routing to point to the new nat gateway and the nat gateway to point to the internet gateway?
https://docs.databricks.com/aws/en/security/network/classic/customer-managed-vpc#additional-subnet-r...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2025 10:33 PM
Problem solved (the IP forward option was not declared in the right config file of the NAT Instance).
My cluster is now up and running.
Thanks anyway Walter for your support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2025 11:29 AM
Thanks for your answer.
Yes I did all of that, as well as allowing the traffic coming from my NAT Instance as an inbound rule of the Security Group of the private instances (and the other way around), and no restriction on the outbound traffic.
I suspect that the NAT Gateway IP was "hard coded" in Databricks Control Plane (associated with my VPC reference) when it was provisioned by CloudFormation, but I don't know how it could be updated with the IP of my new NAT Instance (since this update should be made by Databricks).