I am redoing some VPC work that my predecessor did. I haven't setup a lot of networks, so I wanted to double check what I think makes sense isn't breaking some rule that I'm not familiar with.
What we currently have are four subnets broken up as:
subnet 01: 10.0.0.0/16
subnet 02: 10.2.0.0/16
subnet 03: 10.4.0.0/16
subnet 04: 10.6.0.0/16
To my untrained eye it seems like we're wasting half the ip space here if we continue to follow this pattern. I would like to change it to:
subnet 01: 10.0.0.0/16
subnet 02: 10.1.0.0/16
subnet 03: 10.3.0.0/16
subnet 04: 10.4.0.0/16
Is there any reason that I might run into an issue with this changed scheme?