VPC and Subnets CIDR Best Practices?

0

I've always used /16 CIDR for VPCs. Example: VPC 10.0.0.0/16 - Subnets 10.0.1.0/24 10.0.0.0/24 for 250 available hosts. Is there a recommended VPC segmentation best practice? Is there a best practice to follow when creating subnets CIDRs? I know it depends on how many IP addresses I need in my subnet, but besides that, is there any other thing to consider before the VPC and Subnets creation? Thank you!

已提问 2 年前1643 查看次数
3 回答
1

Hello,

There are some general guidelines you can find here: https://docs.aws.amazon.com/quickstart/latest/vpc/architecture.html

Every environment is different, you should consult with your AWS Solutions Architect for specific guidance.

profile pictureAWS
专家
已回答 2 年前
1

Hi,

There are several approaches to consider when implementing an AWS VPC in an AWS account. In addition to this, some important things to consider are flexibility between and outside of AWS accounts.

E.g,

1/ When you consider your disaster recovery plan, you must ensure that there is no overlap or conflict with your local subnet CIDR.

2/ When you want to advertise a Virtual Private Cloud (Amazon VPC) route to your on-premises network through an AWS Direct Connect VIF BGP session, you can consider the longest/shortest VPC CIDR prefix to decide the route.

3/ VPC peering is also the point where you want to connect two Amazon VPCs

Hope it helps.

profile pictureAWS
jcvip
已回答 2 年前
0

I've always used this reference document. It's a great little "Cliff Note" of VPC Design.

AWS
AWSJoe
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则