diff --git a/cluster/aws/templates/iam/kubernetes-minion-policy.json b/cluster/aws/templates/iam/kubernetes-minion-policy.json index 635ff1f67e0..32453443a40 100644 --- a/cluster/aws/templates/iam/kubernetes-minion-policy.json +++ b/cluster/aws/templates/iam/kubernetes-minion-policy.json @@ -7,6 +7,21 @@ "Resource": [ "arn:aws:s3:::kubernetes-*" ] + }, + { + "Effect": "Allow", + "Action": "ec2:Describe*", + "Resource": "*" + }, + { + "Effect": "Allow", + "Action": "ec2:AttachVolume", + "Resource": "*" + }, + { + "Effect": "Allow", + "Action": "ec2:DetachVolume", + "Resource": "*" } ] }