i am trying to create a vpc but the ip i am providing is not accepted which is 192.168.1.1/16 but aws says i can use the following range if i set to 192.168.0.0/16 it works , i guess to an extent still some clarity would be great
When you create a VPC, we recommend that you specify a CIDR block (of /16 or smaller) from the private IPv4 address ranges as specified in RFC 1918:
10.0.0.0 - 10.255.255.255 (10/8 prefix)
172.16.0.0 - 172.31.255.255 (172.16/12 prefix)
192.168.0.0 - 192.168.255.255 (192.168/16 prefix)
192.168.1.0/24to be able to use the ip-addresses192.168.1.0 - 192.168.1.255– HBruijn Jul 25 '19 at 12:33/18, not a/14. There are 4/18subnets in 192.168/16 that you could use:192.168.0.0/18192.168.64.0/18192.168.128.0/18and192.168.196.0/18. A/14on the other hand (with max 262142 hosts)can only be created as a subset from the 10.0.0.0/8 or 172.16/12 ranges as the IP-addresses192.0.0.0 - 192.167.255.255` are not reserved for private use but allocated in the real world. But us a subnet calculator to learn more – HBruijn Jul 25 '19 at 13:044194304 Host - 192.0.0.0/10 32 Host - 192.168.1.0/27
– akash Jul 25 '19 at 13:22