VPC (Virtual Private Cloud) એ AWS માં તમારું પોતાનું isolated virtual network છે — જ્યાં તમે resources (જેમ કે EC2 instances) launch કરો છો IP ranges, subnets, routing, અને security પર નિયંત્રણ સાથે. તે AWS resources માટે networking foundation છે.
VPC શું છે
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.
