Skip to content

Commit

Permalink
[Bug Fix] vpc/vpc-nat-gateway - Fix monitoring thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Aug 26, 2022
1 parent ffa3e9b commit d96fbc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vpc/vpc-nat-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Resources:
Id: 'bandwidth'
Label: 'Bandwidth'
ReturnData: true
Threshold: 36 # hard limit is 45 Gbit/s
Threshold: 80 # hard limit is 100 Gbit/s
TreatMissingData: notBreaching
AlarmNatGatewayPackets:
Condition: HasAlertTopic
Expand Down Expand Up @@ -229,7 +229,7 @@ Resources:
Id: 'packets'
Label: 'Packets'
ReturnData: true
Threshold: 3200000 # hard limit is 4,000,000 packets per second
Threshold: 8000000 # hard limit is 10,000,000 packets per second
TreatMissingData: notBreaching
Outputs:
TemplateID:
Expand Down

0 comments on commit d96fbc4

Please sign in to comment.