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
514 stars 188 forks source link

Issues/432 - vCPU based EC2 limits #440

Closed jantman closed 5 years ago

jantman commented 5 years ago

This PR implements support for the new vCPU-based EC2 instance limits. See the relevant CHANGELOG entry, included in this PR, for details.

codecov-io commented 5 years ago

Codecov Report

Merging #440 into develop will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop   #440   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files           36     36           
  Lines         2613   2673   +60     
  Branches       396    410   +14     
======================================
+ Hits          2613   2673   +60
Impacted Files Coverage Δ
awslimitchecker/services/ec2.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 535adf7...cfa1452. Read the comment docs.