What key points should be considered for VPCs?
What defines how big the VPC will be?
The VPC CIDR range.
Why is it a good practice trying not to overlap IP ranges even within private networks?
Because it will make more difficult the communication between networks.
What is the minimum size for a VPC?
/28 (16 IP)
What is the maximum size for a VPC?
/16 (65456 IPs)
What is the main recommendation when designing a VPC?
Try to split each subnet into tiers (web, application, db, spare).