AWS · Infrastruttura · YoctoIT tech page

Networking

The private network in the cloud and the dedicated wire to your data center: the foundation of any serious hybrid architecture.

FOCUS · SECURE HYBRIDDirect Connect + VPN: on-prem ↔ AWS connectivity, redundant and encrypted
YoctoIT material for clients and partners · AWS e i nomi dei servizi sono marchi di Amazon.com, Inc.
01 · What it is

VPC & Direct Connect, made clear.

The VPC is your virtual data center: subnets, route tables, security groups and NACLs under your control. Direct Connect adds the dedicated physical link — stable latency and guaranteed bandwidth — while Transit Gateway connects dozens of VPCs and sites like a central router.

Isolated
your logical network: private IPs, subnets and routing under control
Up to 100 Gbps
dedicated Direct Connect: real bandwidth, predictable latency
Multi-VPC
Transit Gateway: hub-and-spoke for environments and sites
Icona ufficiale AWS — VPC & Direct Connect
OFFICIAL AWS ICON · Networking
02 · How to use it well

The things that make the difference.

The hybrid architecture

Sites & data centerthe on-prem world
Direct Connect
Site-to-Site VPN
Transit Gateway
the links, redundant
Production · test · DR VPCsenvironments separated by design
Security Group & NACLdistributed firewalling, close to the workload
On-prem and cloud, one governed network

Security Group

The stateful firewall per instance: microsegmentation without appliances.

PrivateLink & endpoints

AWS and SaaS services reached over private network: traffic that never goes out on the internet.

Transit Gateway

The multi-VPC router: environments, accounts and sites connected with central policies.

Network Firewall & flow logs

Managed inspection and traffic visibility: the cloud network as observable as the physical one.

03 · In depth

Networks, routing and private connectivity

The VPC is designed by CIDR and subnets (public/private per AZ), route tables, NAT gateways and stateful security groups + stateless NACLs. Toward home: Site-to-Site VPN or Direct Connect (up to 100G, with MACsec); across VPCs and accounts: Transit Gateway as hub, VPC peering for simple cases, PrivateLink to expose services without crossing the internet. VPC endpoints keep S3 and DynamoDB on the backbone.

  • Security group — stateful firewall per ENI: the default deny that follows the instance
  • Transit Gateway — the routing hub across dozens of VPCs and on-prem: the topology that scales
  • PrivateLink — the service exposed as a private endpoint: no peering, no internet
  • Direct Connect — the dedicated 1-100G circuit: stable latency and reduced egress costs
  • VPC Flow Logs — every flow recorded: the network truth for security and debugging
  • IPv6 & IPAM — centralized addressing plans: CIDR is not improvised
04 · Numbers and lifecycle

The numbers that matter.

100G
maximum dedicated Direct Connect (more with LAG)
5
route tables, gateways, endpoints: the objects to govern in IaC
2+
AZs always: a single subnet is a single point
0€
traffic to S3/DynamoDB via gateway endpoints
The cloud network is code: VPC, TGW and Direct Connect in Terraform with naming and tagging — the topology documented by the repo.
05 · Use cases

Where it really pays off.

Data center extension

The cloud as a new room: same logical network, same rules, latency under control.

Environment segregation

Production, testing and DR in separate VPCs: blast radius contained by design.

Private access to services

Databases and APIs reached via PrivateLink: internet surface reduced to zero.

We design the network as we do for enterprise clients: redundant, segmented and documented — because hybrid holds up only if the network is serious.