एक VPC (Virtual Private Cloud) AWS के भीतर आपका अपना isolated virtual network है — जहाँ आप resources (जैसे EC2 instances) को IP ranges, subnets, routing, और security पर नियंत्रण के साथ launch करते हैं। यह AWS resources के लिए networking की नींव है।
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.
