File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ cluster_availability_zones = [
1010
1111[[aws .eksctl .cluster_node_groups ]]
1212zone = " us-west-1a"
13- instance_type = " c6i.4xlarge "
13+ instance_type = " c7i.12xlarge "
1414volume_size = 30
1515desired_size = 2
1616min_size = 2
1717max_size = 8
1818
1919[[aws .eksctl .cluster_node_groups ]]
2020zone = " us-west-1c"
21- instance_type = " c6i.4xlarge "
21+ instance_type = " c7i.12xlarge "
2222volume_size = 30
2323desired_size = 2
2424min_size = 2
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ cluster_availability_zones = [
1010
1111[[aws .eksctl .cluster_node_groups ]]
1212zone = " us-east-1a"
13- instance_type = " c6i.4xlarge "
13+ instance_type = " c7i.12xlarge "
1414volume_size = 30
1515desired_size = 15
1616min_size = 15
1717max_size = 100
1818
1919[[aws .eksctl .cluster_node_groups ]]
2020zone = " us-east-1b"
21- instance_type = " c6i.4xlarge "
21+ instance_type = " c7i.12xlarge "
2222volume_size = 30
2323desired_size = 15
2424min_size = 15
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments