Skip to content

Commit

Permalink
Change to a larger instance type t4g.small
Browse files Browse the repository at this point in the history
  • Loading branch information
waisingyiu committed May 2, 2024
1 parent b52327c commit a1793d4
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 a1793d4

Please sign in to comment.