Skip to content

Commit a272e78

Browse files
committed
restore original instance type
1 parent 64e9493 commit a272e78

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

2026-ISC/infrastructure/dry-run/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ cluster_availability_zones = [
1010

1111
[[aws.eksctl.cluster_node_groups]]
1212
zone = "us-west-1a"
13-
instance_type = "c6i.4xlarge"
13+
instance_type = "c7i.12xlarge"
1414
volume_size = 30
1515
desired_size = 2
1616
min_size = 2
1717
max_size = 8
1818

1919
[[aws.eksctl.cluster_node_groups]]
2020
zone = "us-west-1c"
21-
instance_type = "c6i.4xlarge"
21+
instance_type = "c7i.12xlarge"
2222
volume_size = 30
2323
desired_size = 2
2424
min_size = 2

2026-ISC/infrastructure/dry-run/eksctl-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ managedNodeGroups:
6969
withAddonPolicies:
7070
autoScaler: true
7171
# Instance type to allocate
72-
instanceType: c6i.4xlarge
72+
instanceType: c7i.12xlarge
7373
# Size of storage volume for the availability zone, in gigabytes
7474
volumeSize: 30
7575
# Number of nodes to start with in this availability zone
@@ -90,7 +90,7 @@ managedNodeGroups:
9090
withAddonPolicies:
9191
autoScaler: true
9292
# Instance type to allocate
93-
instanceType: c6i.4xlarge
93+
instanceType: c7i.12xlarge
9494
# Size of storage volume for the availability zone, in gigabytes
9595
volumeSize: 30
9696
# Number of nodes to start with in this availability zone

2026-ISC/infrastructure/production/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ cluster_availability_zones = [
1010

1111
[[aws.eksctl.cluster_node_groups]]
1212
zone = "us-east-1a"
13-
instance_type = "c6i.4xlarge"
13+
instance_type = "c7i.12xlarge"
1414
volume_size = 30
1515
desired_size = 15
1616
min_size = 15
1717
max_size = 100
1818

1919
[[aws.eksctl.cluster_node_groups]]
2020
zone = "us-east-1b"
21-
instance_type = "c6i.4xlarge"
21+
instance_type = "c7i.12xlarge"
2222
volume_size = 30
2323
desired_size = 15
2424
min_size = 15

2026-ISC/infrastructure/production/eksctl-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ managedNodeGroups:
6969
withAddonPolicies:
7070
autoScaler: true
7171
# Instance type to allocate
72-
instanceType: c6i.4xlarge"
72+
instanceType: c7i.12xlarge
7373
# Size of storage volume for the availability zone, in gigabytes
7474
volumeSize: 30
7575
# Number of nodes to start with in this availability zone
@@ -90,7 +90,7 @@ managedNodeGroups:
9090
withAddonPolicies:
9191
autoScaler: true
9292
# Instance type to allocate
93-
instanceType: c6i.4xlarge
93+
instanceType: c7i.12xlarge
9494
# Size of storage volume for the availability zone, in gigabytes
9595
volumeSize: 30
9696
# Number of nodes to start with in this availability zone

0 commit comments

Comments
 (0)