Provision an HA pair
Set replicas: 2 or pass two explicit names. Each publisher gets its
own Netskope record, token, and workload.
1 | const publisher = new AwsPublisher("publisher", { |
This creates pub-eu-1 and pub-eu-2 in the same subnet.
For multi-AZ HA, create one component per subnet:
1 | new AwsPublisher("publisher-a", { |
Attach both publishers to the same Netskope private apps in the Netskope
admin console.