Skip to content

Commit

Permalink
Merge pull request #452 from jecortez/update-security-group-rules-def…
Browse files Browse the repository at this point in the history
…ault

fixes #451: Updating default rules per VPC security group
  • Loading branch information
jantman committed Dec 3, 2019
2 parents b23dd86 + c6764e4 commit 1c909af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awslimitchecker/services/ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ def _get_limits_networking(self):
limits['Rules per VPC security group'] = AwsLimit(
'Rules per VPC security group',
self,
50,
60,
self.warning_threshold,
self.critical_threshold,
limit_type='AWS::EC2::SecurityGroup',
Expand Down

0 comments on commit 1c909af

Please sign in to comment.