Skip to main content
Version: 2.12.X

Air Gap Architecture

Cogynt may also be deployed in an air gap (meaning that it is not accessible via the Internet) as either a multi-AZ or single-AZ architecture. In this architecture, the internet and NAT gateways responsible for internet access are removed.

Note

Air gap deployments support both multi-AZ and single-AZ architecture. For brevity, only the multi-AZ architecture setup is delineated here.

For more information about single-AZ architecture, see Single-AZ Architecture.

AWS

The components of an air gap AWS multi-AZ configuration are as follows:

  1. An internet gateway allows communication between instances in your VPC and the internet.
  2. A network load balancer distributes web traffic across an automatically-scaling group of Amazon EC2 instances (or a single instance for single-AZ setups).
  3. Amazon EC2 instances access shared data in an Amazon Elastic Block Storage (EBS) file system using mount targets in each AZ.
  4. The Amazon EBS provides access to shared, unstructured data such as config, themes, and plugins.
  5. Peering allows VPCs to communicate.
  6. A proxy and ECR allow Cogynt to be installed and updated.

AWS Air Gap Architecture

GCP

The components of an air gap GCP multi-AZ configuration are as follows:

  1. An internet gateway allows communication between instances in your VPC and the internet.
  2. A network load balancer distributes web traffic across an automatically-scaling group of VM instances (or a single instance for single-AZ setups).
  3. VM instances access shared data in a persistent disk file system using mount targets in each AZ.
  4. The persistent disk provides access to shared, unstructured data such as config, themes, and plugins.
  5. Peering allows VPCs to communicate.
  6. A proxy and container registry allow Cogynt to be installed and updated.

GCP Air Gap Architecture

Did you find the information that you needed?