Have a VPC using a 10.1.0.0/16

0

I am unable to create a series of subnets using this IP config
10.1.1.0/24
10.1.2.0/24
10.1.3.0/24
10.1.4.0/24

I get the same usual error that it conflicts with the CIDR... any suggestion?

I have other vpcs that have a 10.0.0.0/16
I am unable to create subnets
10.0.1.0/24
10.0.2.0/24
10.0.3.0/24
10.0.4.0/24

Created more vpcs and am unable to solve any of these issues to create 4 subnets, I need to create more subnets as I have a 65K number of IPs available I believe.
Thanks

질문됨 6년 전378회 조회
1개 답변
0
수락된 답변

Hi
Something to check.
On the VPC Console, check your Subnets tab to make sure they are as expected. My guess is that 10.0.0.0/16 exists in a VPC somewhere and has been sliced into 3 subnets of /20 already and probably conflict with your attempts to allocate those subnets.
If using the AWS CLI, try aws ec2 describe-subnets -text and check the output for the same.

Or follow this guide to create a new VPC with new subnets and you should get your outcome. (Try it in a new region to test it out if you want).
http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/getting-started-ipv4.html
HTH

답변함 6년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠