Skip to content

Networking

Eight services covering everything from per-VM public IP to BDIX-direct interconnect.

How VPC, IP, and LB fit together

graph LR
    Internet((Internet))
    BDIX((BDIX))
    LB[Load Balancer]
    SG[Security Group]
    VM1[VM]
    VM2[VM]
    DB[(Managed DB)]

    Internet --> LB
    BDIX --> LB
    LB --> SG
    SG --> VM1
    SG --> VM2
    VM1 -.private.-> DB
    VM2 -.private.-> DB

Egress pricing in one sentence

Domestic egress over BDIX is free; international egress is metered in BDT/GB (cheaper than international cloud providers because we're not arbitraging FX). See Pricing.

Defaults to know

  • New VMs land in the default VPC of the chosen project unless you specify another
  • Security groups default-deny inbound, default-allow outbound
  • Network ACLs are stateless and applied at the subnet level
  • DNS resolver is provided per VPC; recursive resolution stays on-shore