I know it's a common question, but all the existing answers don't work in my case.
I'm trying to create a subnet on AWS and the current VPC CIDR is 172.31.0.0/16
Then when I'm entering 10.0.0.0/28
into IPv4 CIDR block it says
CIDR Address is not within CIDR Address from VPC
I also tried 10.0.0.0/16
as suggested and any other number and it doesn't work.
How to solve this riddle?
Why doesn't AWS just offer a default setting there?