VPC (Virtual Private Cloud) on oma eristetty virtuaalinen verkko AWS:n sisällä — johon käynnistät resursseja (kuten EC2-instansseja) IP-alueiden, aliverkkojen, reititykseen ja turvallisuuden hallinnalla. Se on AWS-resurssien verkon perustan.
Mikä VPC on
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.
