Skip to content

Commit

Permalink
Merge pull request #36036 from code-dot-org/production
Browse files Browse the repository at this point in the history
Backport Hotfix - fix CloudWatch Alarm CloudFormation template
  • Loading branch information
sureshc committed Jul 28, 2020
2 parents c19eed8 + 7c378a3 commit e2c43bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/cloudformation/components/alarms.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
- !Sub "arn:aws:sns:${AWS::Region}:${AWS::AccountId}:CDO-Urgent"
AlarmDescription: Send page if number of outbound transactional emails sent drops below threshold.
AlarmName: <%="#{stack_name}_no_outbound_emails_sent" %>
ComparisonOperator: Lower
ComparisonOperator: LessThanThreshold
MetricName: Send
Namespace: 'AWS/SES'
# No outbound transactional emails (password reset, new account welcome, etc.) sent per hour for 4 consecutive hours.
Expand Down

0 comments on commit e2c43bd

Please sign in to comment.