Skip to content

Commit

Permalink
Merge pull request #2802 from manics/aws-curvenote-ondemand
Browse files Browse the repository at this point in the history
AWS Curvenote: Use ON_DEMAND not SPOT nodes
  • Loading branch information
manics authored Nov 1, 2023
2 parents 7111c37 + cd96cda commit 4c5ea09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws/binder-eks/eks-cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module "eks" {
iam_role_permissions_boundary = local.permissions_boundary_arn

eks_managed_node_group_defaults = {
capacity_type = "SPOT"
capacity_type = "ON_DEMAND"
iam_role_permissions_boundary = local.permissions_boundary_arn
iam_role_additional_policies = {
ssmcore = "arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore"
Expand Down

0 comments on commit 4c5ea09

Please sign in to comment.