एक VPC (Virtual Private Cloud) AWS भित्र तपाईंको आफ्नै पृथक आभासी नेटवर्क हो — जहाँ तपाईंले संसाधनहरू (जस्तै EC2 instances) IP ranges, subnets, routing, र security को नियन्त्रणको साथ चलाउनुहुन्छ। यो AWS संसाधनहरूको लागि नेटवर्किङ आधार हो।
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.
