Een VPC (Virtual Private Cloud) is je eigen geïsoleerde virtuele netwerk binnen AWS — waar je resources lanceert (zoals EC2-instanties) met controle over IP-bereiken, subnets, routing en beveiliging. Het is de netwerkfundatie voor AWS-resources.
Wat een VPC is
A VPC is a logically ISOLATED virtual network in AWS that YOU control:
→ define your IP address range (CIDR block, e.g. 10.0.0.0/16)
→ divide it into SUBNETS; control ROUTING and security
→ your resources (EC2, RDS, etc.) live inside it, isolated from other networks
→ Like having your own private network in the cloud.
