Disable private networking on instance?

Hi!

I would like to have multiple instances within same organization, but I would like to disable all private networking from those instances.

E.g. instance-1 could not ping instance-2.internal

Is this possible somehow? Went through docs but did not find any mention about this.

Use case would be to launch customer-specific instances, but limiting access so that there would not be any way to connect to other instances (other than via proxy).

Actually, could this be solvable with

--network string   Specify custom network id

when creating new app?

So, if i create two apps, one with --network abc and other app with --network def, those probably are not able to connect via 6PN…

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.