Skip to content

Commit

Permalink
Merge pull request #1212 from guardian/LIVE-6381-fix-unhealthy-instance
Browse files Browse the repository at this point in the history
Use bigger EC2 instance for notification
  • Loading branch information
waisingyiu authored Mar 26, 2024
2 parents a3e43e5 + f80d1ad commit 2da2b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notification/conf/notification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Mappings:
NewsstandNotificationAlarmThreshold: 0
NotificationAlarmPeriod: 1200
ScheduleApp: schedule
InstanceType: "t4g.micro"
InstanceType: "t4g.small"
PROD:
CPUAlarmPeriodLower: 300
CPUAlarmPeriodUpper: 60
Expand All @@ -30,7 +30,7 @@ Mappings:
NewsstandNotificationAlarmThreshold: 1
NotificationAlarmPeriod: 1200
ScheduleApp: schedule
InstanceType: "t4g.micro"
InstanceType: "t4g.small"

Outputs:
LoadBalancerUrl:
Expand Down

0 comments on commit 2da2b79

Please sign in to comment.