batch-shipyard icon indicating copy to clipboard operation
batch-shipyard copied to clipboard

Create a pool of nodes without Public IPs

Open f-roche opened this issue 5 years ago • 1 comments

I'd like to create an Azure Batch pool without Public IPs (like mentioned in the Azure doc). By default, nodes created within a pool are linked to a Public IP address, but for security reasons, I would need to disable it at pool creation but I cannot find any option in the YAML pool configuration file. Thanks.

f-roche avatar Jan 21 '21 09:01 f-roche

Currently, there is no way to do this. This also is problematic to implement in practice as access to public resources would require a VNA (so DockerHub/Microsoft Container Registry images, Sylabs Cloud, etc.).

I'll see what is viable here as it may require private network communication to other Azure resources Batch Shipyard has dependencies on.

alfpark avatar Jan 25 '21 22:01 alfpark