Skip to Content
SecurityNetwork Security

Network Security

Isolated network architecture for your Data Plane.

VPC Layout

  • Public subnets: ALB (HTTPS 443), NAT Gateway
  • Private subnets: All compute and data (no internet gateway)

Security Groups

ResourceInboundOutbound
ALB443 from internetEKS nodes
EKSFrom ALB, inter-nodeAll (via NAT)
RDS5432 from EKSNone
Valkey6379 from EKSNone

Outbound Connectivity

DestinationPathPurpose
*.corpai.ioNAT GatewayControl Plane
S3, ECR, STS, BedrockVPC EndpointsAWS services (private, no internet)
External APIsNAT GatewayMCP integrations (GitHub, Jira, etc.)

VPC Endpoints

Deployed by default for private AWS service access:

  • S3 (Gateway endpoint)
  • ECR API, ECR DKR (Interface endpoints)
  • STS (Interface endpoint)
  • Bedrock Runtime, Bedrock Agent Runtime (Interface endpoints)

Next

Integrations

Last updated on