What is the AWS Public IP Limit? (Public IP not Elastic IP)

試著忘記壹切 提交于 2020-06-14 06:36:25

问题


Is there a limit to the number of Public IPs you can use for a given AWS region? (Not Elastic IPs)

Note - I know that you are limited to 5 Elastic IPs. However, if you choose "auto assign IP" when creating and AWS instance, you are given an IP which changes on restart. My question is what the limit is on these "Public IPs" that change every time your instance is stopped and started?


回答1:


There is no limit on Public IPs that you can use in AWS. Limit is only on number of instances that you can launch and that instance limit too can be increased by contacting the AWS Support.




回答2:


It is limited by the number of instance limit in your account and region. By default you have a limit of 20 instances/region. You can choose to launch all instances in public subnet with auto-assign-public-ip and use 20 public IPs.

For example, you requested an instance limit increase of 200 with justification and if it was approved, you can use up to 200 public IPs / region.

To view your limit: Viewing Your Current Limits



来源:https://stackoverflow.com/questions/39130595/what-is-the-aws-public-ip-limit-public-ip-not-elastic-ip

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!