एक VPC (Virtual Private Cloud) हे AWS मध्ये तुमचे स्वतःचे isolate virtual network आहे — जेथे तुम्ही resources (जसे EC2 instances) लॉन्च करता आणि 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.
