Skip to content

Commit

Permalink
Merge pull request #470 from rashidamiri/patch-1
Browse files Browse the repository at this point in the history
The new limit for snapshots per region is 100K and the quota name is …
  • Loading branch information
jantman committed Sep 18, 2020
2 parents fd1bea8 + 298948d commit 363e251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions awslimitchecker/services/ebs.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,11 @@ def _get_limits_ebs(self):
limits['Active snapshots'] = AwsLimit(
'Active snapshots',
self,
10000,
100000,
self.warning_threshold,
self.critical_threshold,
limit_type='AWS::EC2::VolumeSnapshot',
quotas_name='Number of EBS snapshots'
quotas_name='Snapshots Per Region'
)
limits['Active volumes'] = AwsLimit(
'Active volumes',
Expand Down

0 comments on commit 363e251

Please sign in to comment.