Skip to content

Commit

Permalink
Make m7i.4xlarge the default nodepool machine type (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutz authored Oct 15, 2024
1 parent 550921c commit f1bf604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parameter-sets/node-pool-request/parameter-set.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"label": "Machine type",
"description": "EC2 instance type for the nodes. See EC2 documentation for available instance types",
"type": "STRING",
"defaultValue": "m5.2xlarge",
"defaultValue": "m7i.4xlarge",
"mandatory" : false
},
{
Expand Down

0 comments on commit f1bf604

Please sign in to comment.