Skip to content

Commit

Permalink
Merge pull request #2765 from manics/curvenote-ssm
Browse files Browse the repository at this point in the history
AWS EKS curvenote: add SSM
  • Loading branch information
manics authored Oct 8, 2023
2 parents d088dd6 + d3b8ab0 commit 4f1a0d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/aws/binder-eks/eks-cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ module "eks" {
eks_managed_node_group_defaults = {
capacity_type = "SPOT"
iam_role_permissions_boundary = local.permissions_boundary_arn
iam_role_additional_policies = {
ssmcore = "arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore"
}
}

eks_managed_node_groups = {
Expand Down

0 comments on commit 4f1a0d2

Please sign in to comment.