Shawn O’Hare
05/17/2024, 9:11 PMdatasets
from my local work machine (provided I'm on the corporate vpn). ll
• Most of my colleagues would need to access lakefs managed datasets via SageMaker Studio instances.
I'm having difficulty determining how to update my lakefs application load balancer security group to allow traffic from these Studio instances. The underlying SageMaker domain has a "vpc only" configuration. Insofar as I can tell, the ENI injected by SageMaker studio can itself reach the underlying lakefs server, as I've allowed the application load balancer to accept traffic from the security group attached to the domain / ENI. However, the only way I've been able to get the studio instance to talk to the lakefs server thus far (via curl) is to explicitly allow inbound traffic from the studio instance's ip to the application load balancer. This is obviously not very sustainable.
Any guidance here would be much appreciated!