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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南