Skip to content

Commit

Permalink
Merge pull request #58 from jplock/jp-fix-vpc-canary
Browse files Browse the repository at this point in the history
[fix] Increase VPC canary timeout
  • Loading branch information
jplock authored Oct 16, 2024
2 parents 52ab6e9 + 3ae5ae1 commit 1f008ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions canary/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ Resources:
RoleArn: !GetAtt rEventBridgeSchedulerRole.Arn
ScheduleExpression: "rate(1 minute)"
Role: !GetAtt rCanaryVpcFunctionRole.Arn
Timeout: 2 # seconds
VpcConfig:
SecurityGroupIds:
- !Ref rLambdaSecurityGroup
Expand Down Expand Up @@ -337,7 +338,7 @@ Resources:
Period: 60 # seconds
Statistic: Average
Threshold: 0
TreatMissingData: notBreaching
TreatMissingData: breaching
Unit: Count

DecryptionNoVpcAlarm:
Expand All @@ -361,7 +362,7 @@ Resources:
Period: 60 # seconds
Statistic: Average
Threshold: 0
TreatMissingData: notBreaching
TreatMissingData: breaching
Unit: Count

AlarmTopic:
Expand Down

0 comments on commit 1f008ca

Please sign in to comment.