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!

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년 전

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

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

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