Skip to content

Commit 4f1a0d2

Browse files
authored
Merge pull request jupyterhub#2765 from manics/curvenote-ssm
AWS EKS curvenote: add SSM
2 parents d088dd6 + d3b8ab0 commit 4f1a0d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

terraform/aws/binder-eks/eks-cluster.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ module "eks" {
4141
eks_managed_node_group_defaults = {
4242
capacity_type = "SPOT"
4343
iam_role_permissions_boundary = local.permissions_boundary_arn
44+
iam_role_additional_policies = {
45+
ssmcore = "arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore"
46+
}
4447
}
4548

4649
eks_managed_node_groups = {

0 commit comments

Comments
 (0)