Skip to content

Commit

Permalink
Some more t3 instead of t2 instance sizes in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas11 committed Nov 20, 2023
1 parent bb094a3 commit ffa2b18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/cluster/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ const cluster2 = new eks.Cluster(`${projectName}-2`, {
vpcCniOptions: {
disableTcpEarlyDemux: true,
},
nodeGroupOptions: {
instanceType: "t3.small",
}
});

const cluster3 = new eks.Cluster(`${projectName}-3`, {
Expand Down

0 comments on commit ffa2b18

Please sign in to comment.