DAAKYI Cloud
|

DC Virtual Network

VPC

Private Networks

DC Virtual Network gives every organization fully isolated private networks. Define your own CIDR, segment into subnets per tier, and route through a distributed virtual router that runs on every node — no single choke point. Elastic IPs, NAT, DHCP, and internal DNS are built in; VPC peering connects networks privately.

Key Features

Tenant-isolated layer-2/3 networks with your own addressing

Distributed virtual router on every node — no bottleneck, no failover event

Stateful security groups that can reference other groups, not just CIDRs

SNAT for private outbound, DNAT and elastic IPs for controlled inbound

VPC peering with automatic route exchange

How It Works

1

Define your address space

Choose an IPv4 CIDR block (e.g. 10.0.0.0/16) for your isolated virtual network.

2

Create subnets

Segment your network into public subnets (internet-facing) and private subnets (internal only) across availability zones.

3

Configure routing & gateways

Attach an Internet Gateway for public traffic, NAT Gateway for private-to-internet, and configure route tables.

4

Apply security rules

Define security groups (stateful) and network ACLs (stateless) to control inbound/outbound traffic at every layer.

Architecture Overview

Internet / UsersInternet GatewayPublic Subnet (AZ-1)Private Subnet (AZ-2)NAT GatewayDC Network FirewallDC Cloud VPN
Source / Trigger
Core Component
Connected Service (clickable)

Performance Guarantees

Per agreement
Availability
100 Gbps
Bandwidth
200
Subnets/VPC
500
Security Groups
Cross-site
Peering
Supported
IPv6
Real-time
Flow Logs

Pricing

Priced to your configuration

DC Virtual Network is scoped and priced against your workload requirements. Standardized public packages are being finalized.

Request Pricing

Common Use Cases

1

Multi-tier application networks

2

Environment isolation (prod/staging)

3

Hybrid networks over VPN

4

Regulated network segmentation

Getting Started

REST API — Create a VPC & Subnet
curl -X POST "https://api.daakyicloud.com/v1/vpcs" \
  -H "Authorization: Bearer $TOKEN" \
  -d '{"name": "production-vpc", "cidr": "10.0.0.0/16",
       "region": "accra-1"}'

# { "id": "vpc-7f2a9b3e", "status": "available" }

curl -X POST "https://api.daakyicloud.com/v1/vpcs/vpc-7f2a9b3e/subnets" \
  -H "Authorization: Bearer $TOKEN" \
  -d '{"name": "public-1", "cidr": "10.0.1.0/24",
       "gateway": "10.0.1.1"}'

# { "id": "subnet-4c1d8e5f", "status": "available" }

Region Availability

Accra, Ghana
accra-1
Available

Security Features

  • Isolation enforced in the virtualization layer
  • Default-deny inbound posture
  • Flow visibility per rule

Frameworks Referenced

ISO 27001SOC 2

Our security program is designed with these frameworks in mind — not a certification claim.

Documentation

Frequently Asked Questions

Related Services

Ready to Use DC Virtual Network?

Talk to our team about running it on DAAKYI Cloud.

We use essential cookies to make this site work, and optional analytics cookies to improve it. See our Privacy Policy.