When you create a Virtual Private Cloud (VPC) network in Google Cloud Platform, you must choose a subnet mode. The two main modes are auto and custom. In auto mode, Google Cloud automatically creates default subnets in all regions for you. This means you can start deploying resources right away. In custom mode, no subnets are created automatically. You must create subnets yourself in the regions you want. If you try to deploy resources without creating subnets in custom mode, deployment will fail. Auto mode is easier for beginners or simple projects. Custom mode is better when you want full control over subnet IP ranges and locations. Always remember that subnets are required for resources to connect inside the VPC.