I have created a custom VPC with CIDR of 10.0.0.0/16.
I want to create 2 subnets with 10.1.0.0/16 and 10.2.0.0/16. But I am unable to do. Getting error: CIDR is not within the CIDR ranges of VPC
Why is that?
In default CIDR of 172.31.0.0/16, we can create subnets of 172.31.32.0/16 and 172.31.16.0/16. But the same is is not happening with 10.0 series. Am I doing anything wrong? Please explain