jantman / awslimitchecker

A script and python package to check your AWS service limits and usage via boto3.
http://awslimitchecker.readthedocs.org/
GNU Affero General Public License v3.0
515 stars 187 forks source link

Fix #501 - update for new calculation of VPC/Network interfaces per Region limit #509

Closed jantman closed 3 years ago

jantman commented 3 years ago

This PR fixes #501 to update how the VPC/Network interfaces per Region limit is calculated.

Per https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html#vpc-limits-enis this limit is no longer calculated based on the on-demand instance count, but rather has a fixed default of 5000. This limit is also provided by Service Quotas, so in most cases the limit value will come from there.