Skip to content

Commit

Permalink
Increased CPU Utilization alarm Threshold to 60 for Warning, to 90 fo…
Browse files Browse the repository at this point in the history
…r Critical (#373)

* Change CPU Utilization alarm Threshold as below
Warining set to 60%
Critical set to 90%

* Clarify change note.

Co-authored-by: Cliffano Subagio <[email protected]>
  • Loading branch information
hans-zand and cliffano authored Feb 5, 2020
1 parent fff83a4 commit 5b9686b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Changed
- Increased CPU Utilization Alarm Threshold to 60 for Warning and 90 for Critical

## 4.31.0 - 2020-01-31
### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ Resources:
Fn::Sub: ${PrerequisitesStackPrefixParameter}-WarningAlarmNotificationTopic
Period: 300
Statistic: Average
Threshold: 45
Threshold: 60
Type: AWS::CloudWatch::Alarm
CriticalAuthorDispatcherCPUUtilizationAlarm:
Properties:
Expand All @@ -520,5 +520,5 @@ Resources:
Fn::Sub: ${PrerequisitesStackPrefixParameter}-CriticalAlarmNotificationTopic
Period: 300
Statistic: Average
Threshold: 45
Threshold: 90
Type: AWS::CloudWatch::Alarm
4 changes: 2 additions & 2 deletions templates/cloudformation/apps/aem/full-set/author.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ Resources:
Fn::Sub: ${PrerequisitesStackPrefixParameter}-WarningAlarmNotificationTopic
Period: 300
Statistic: Average
Threshold: 45
Threshold: 60
Type: AWS::CloudWatch::Alarm
CriticalAuthorPrimaryCPUUtilizationAlarm:
Properties:
Expand All @@ -583,7 +583,7 @@ Resources:
Fn::Sub: ${PrerequisitesStackPrefixParameter}-CriticalAlarmNotificationTopic
Period: 300
Statistic: Average
Threshold: 45
Threshold: 90
Type: AWS::CloudWatch::Alarm


Expand Down
4 changes: 2 additions & 2 deletions templates/cloudformation/apps/aem/full-set/chaos-monkey.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Resources:
Fn::Sub: ${PrerequisitesStackPrefixParameter}-WarningAlarmNotificationTopic
Period: 300
Statistic: Average
Threshold: 45
Threshold: 60
Type: AWS::CloudWatch::Alarm
CriticalChaosMonkeyCPUUtilizationAlarm:
Properties:
Expand All @@ -344,5 +344,5 @@ Resources:
Fn::Sub: ${PrerequisitesStackPrefixParameter}-CriticalAlarmNotificationTopic
Period: 300
Statistic: Average
Threshold: 45
Threshold: 90
Type: AWS::CloudWatch::Alarm
4 changes: 2 additions & 2 deletions templates/cloudformation/apps/aem/full-set/orchestrator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ Resources:
Fn::Sub: ${PrerequisitesStackPrefixParameter}-WarningAlarmNotificationTopic
Period: 300
Statistic: Average
Threshold: 45
Threshold: 60
Type: AWS::CloudWatch::Alarm
CriticalOrchestratorCPUUtilizationAlarm:
Properties:
Expand All @@ -376,5 +376,5 @@ Resources:
Fn::Sub: ${PrerequisitesStackPrefixParameter}-CriticalAlarmNotificationTopic
Period: 300
Statistic: Average
Threshold: 45
Threshold: 90
Type: AWS::CloudWatch::Alarm
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ Resources:
Fn::Sub: ${PrerequisitesStackPrefixParameter}-WarningAlarmNotificationTopic
Period: 300
Statistic: Average
Threshold: 45
Threshold: 60
Type: AWS::CloudWatch::Alarm
CriticalPublishDispatcherCPUUtilizationAlarm:
Properties:
Expand All @@ -608,5 +608,5 @@ Resources:
Fn::Sub: ${PrerequisitesStackPrefixParameter}-CriticalAlarmNotificationTopic
Period: 300
Statistic: Average
Threshold: 45
Threshold: 90
Type: AWS::CloudWatch::Alarm
4 changes: 2 additions & 2 deletions templates/cloudformation/apps/aem/full-set/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ Resources:
Fn::Sub: ${PrerequisitesStackPrefixParameter}-WarningAlarmNotificationTopic
Period: 300
Statistic: Average
Threshold: 45
Threshold: 60
Type: AWS::CloudWatch::Alarm
CriticalPublishCPUUtilizationAlarm:
Properties:
Expand All @@ -425,5 +425,5 @@ Resources:
Fn::Sub: ${PrerequisitesStackPrefixParameter}-CriticalAlarmNotificationTopic
Period: 300
Statistic: Average
Threshold: 45
Threshold: 90
Type: AWS::CloudWatch::Alarm

0 comments on commit 5b9686b

Please sign in to comment.