maximum amount of instances, subnets and route tables per vpc

0

Hello everyone,

we have to create 12000 instances in 6000 subnets for several testing scenarios. So we would like to know what is the maximum amount of instances, subnets and route tables we can request for one vpc.

Thanks in advance

已提问 1 年前458 查看次数
2 回答
0

Hi, you will get the precise information for you specific AWS account by going to Service quota and checking the values for the services that you need.

It's located on your console at https://us-west-2.console.aws.amazon.com/servicequotas/home?region=us-west-2# (adapt with your region)

Go there and check the values. If insufficient, you can request quota increase on those console pages.

For 12'000 parallel instances and 6'000 subnets, you will very probably need to request such quota increases.

Also, depending on your architecture, you may need additional quota extension: Internet gateways, route tables, etc.

profile pictureAWS
专家
已回答 1 年前
  • thank you but my question is what are the maximum i can request before i do and not where i can create a request. =)

0

Hi there!

Here are a few data points about VPC and route tables:

  • VPC: 5/region --> Subnet: 200/vpc
  • Route tables: 200/vpc --> Routes: 50/vpc

Amazon EC2 provides different resources that you can use. These resources include images, instances, volumes, and snapshots. When you create your AWS account, we set default quotas (also referred to as limits) on these resources on a per-Region basis. The reason I can't provide numbers like in the VPC case is because these vary per region and instance family.

I'd suggest you check your Service Quotas Console to review exactly what your current quotas are. From there you can request an increase if these don't meet your needs, just make sure you explain your use case fully so AWS has all the information they need to validate your request.

I hope this helps.

profile pictureAWS
专家
已回答 1 年前
profile picture
专家
已审核 1 年前
  • Hi there! If this helped you, please accept the answer. Thank you!

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

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

回答问题的准则

相关内容