Skip to content

8.3 Connectivity

VPCs and security groups protect cloud workloads. Connecting those workloads to on-premises networks requires either a VPN tunnel over the internet or a dedicated private circuit.

FeatureSite-to-Site VPNDirect Connect (AWS) / ExpressRoute (Azure)
TransportEncrypted tunnel over public internetDedicated private fiber circuit
BandwidthUp to ~1.25 Gbps per tunnel1 Gbps, 10 Gbps, or 100 Gbps
LatencyVariable (internet path)Consistent (dedicated path)
Setup timeMinutesWeeks to months
CostLow (pay per hour)High (monthly port fee + data transfer)
EncryptionIPsec (built-in)Not encrypted by default (add IPsec if needed)
RedundancyDual tunnels (active/passive)Dual connections to different locations

Use VPN for development environments, low-bandwidth connections, and quick setup. Use Direct Connect for production workloads that require consistent latency, high bandwidth, or regulatory requirements that prohibit internet transit.

For OT environments, Direct Connect provides the consistent latency needed for historian data replication and SCADA-to-cloud data pipelines. A VPN over the internet introduces variable latency that causes timeout errors in time-sensitive data transfers.

NFV (Network Functions Virtualization) replaces dedicated hardware appliances (routers, firewalls, load balancers) with software running on standard servers. A single physical server runs multiple VNFs (Virtual Network Functions) simultaneously. SDN (Software-Defined Networking) separates the control plane from the data plane, allowing a central controller to manage the network programmatically.

Direct Connect for production OT data

Use Direct Connect for consistent latency on historian-to-cloud data pipelines. Use VPN for development and low-bandwidth connections.

NFV replaces hardware with software

Virtual firewalls, routers, and load balancers run on standard servers, reducing hardware costs and enabling rapid provisioning.

Connectivity bridges the cloud and the plant. The next page covers how OT organizations use cloud for analytics and monitoring while keeping control commands on-premises.