awslimitchecker icon indicating copy to clipboard operation
awslimitchecker copied to clipboard

add suport for VPC peering connections per VPC

Open kevincox opened this issue 3 years ago • 1 comments
trafficstars

Feature Request

AWS has a VPC quota for the max active VPC peering connections per VPC (quota code L-7E9ECCDB). It would be great if this could be monitored. Presumably like other per-VPC limits alerts would be based on the maximum value for each region.

Active VPC peering connections per VPC

The maximum number of active VPC peering connections per VPC. This quota can be increased up to a maximum of 125.

kevincox avatar Sep 20 '22 19:09 kevincox

If I am reading the code correctly this shouldn't be too difficult to implement. It would be similar to the other per-VPC checks and would just require listing the active VPC peering connections.

Similar to this code:

https://github.com/jantman/awslimitchecker/blob/411ad9e734ddb16d87720ff5b994f19f47b8b098/awslimitchecker/services/vpc.py#L167-L176

kevincox avatar Sep 20 '22 19:09 kevincox