Skip to content

Commit

Permalink
Merge pull request #1228 from guardian/LIVE-6530-fix-unhealthy-regist…
Browse files Browse the repository at this point in the history
…ration-instance

LIVE-6530 Change Registration API to use a larger instance type t4g.small
  • Loading branch information
waisingyiu authored May 9, 2024
2 parents 94d5b44 + a1793d4 commit a1ddd43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions cdk/lib/__snapshots__/registration.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ Object {
"CPUAlarmPeriodUpper": 1200,
"CPUAlarmThresholdLower": 20,
"CPUAlarmThresholdUpper": 50,
"InstanceType": "t4g.micro",
"InstanceType": "t4g.small",
"NotificationAlarmPeriod": 1200,
},
"PROD": Object {
"CPUAlarmPeriodLower": 300,
"CPUAlarmPeriodUpper": 60,
"CPUAlarmThresholdLower": 20,
"CPUAlarmThresholdUpper": 50,
"InstanceType": "t4g.micro",
"InstanceType": "t4g.small",
"NotificationAlarmPeriod": 1200,
},
},
Expand Down Expand Up @@ -816,15 +816,15 @@ Object {
"CPUAlarmPeriodUpper": 1200,
"CPUAlarmThresholdLower": 20,
"CPUAlarmThresholdUpper": 50,
"InstanceType": "t4g.micro",
"InstanceType": "t4g.small",
"NotificationAlarmPeriod": 1200,
},
"PROD": Object {
"CPUAlarmPeriodLower": 300,
"CPUAlarmPeriodUpper": 60,
"CPUAlarmThresholdLower": 20,
"CPUAlarmThresholdUpper": 50,
"InstanceType": "t4g.micro",
"InstanceType": "t4g.small",
"NotificationAlarmPeriod": 1200,
},
},
Expand Down
4 changes: 2 additions & 2 deletions registration/conf/registration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Mappings:
CPUAlarmThresholdLower: 20
CPUAlarmThresholdUpper: 50
NotificationAlarmPeriod: 1200
InstanceType: "t4g.micro"
InstanceType: "t4g.small"
PROD:
CPUAlarmPeriodLower: 300
CPUAlarmPeriodUpper: 60
CPUAlarmThresholdLower: 20
CPUAlarmThresholdUpper: 50
NotificationAlarmPeriod: 1200
InstanceType: "t4g.micro"
InstanceType: "t4g.small"
Outputs:
LoadBalancerUrl:
Value:
Expand Down

0 comments on commit a1ddd43

Please sign in to comment.