What is a VPC?
Answer: A Virtual Private Cloud is a logically isolated virtual network in an AWS region where you define your own IP address range, subnets, route tables and gateways. It is regional — a VPC cannot span regions — and it contains subnets that each live in a single Availability Zone.
Why interviewers ask this: The regional scope is worth stating explicitly because it drives multi-region design: you need a VPC per region plus peering or Transit Gateway to connect them, unlike GCP where the VPC is global. That contrast comes up frequently.
