From 143ff015c66fb70db0c89de77bbd8cb60bb082ce Mon Sep 17 00:00:00 2001 From: Helin Wang Date: Thu, 5 Jan 2017 14:14:51 -0800 Subject: [PATCH] add permission AWSKeyManagementServicePowerUser for aws kms key creation Without the permission command `aws kms --region=us-west-1 create-key --description="kube-aws assets"` will fail with: An error occurred (AccessDeniedException) when calling the CreateKey operation: --- doc/howto/usage/k8s/k8s_aws_en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/howto/usage/k8s/k8s_aws_en.md b/doc/howto/usage/k8s/k8s_aws_en.md index b04bfba590d..a82243995a3 100644 --- a/doc/howto/usage/k8s/k8s_aws_en.md +++ b/doc/howto/usage/k8s/k8s_aws_en.md @@ -31,6 +31,7 @@ the user group: - IAMUserSSHKeys - IAMFullAccess - NetworkAdministrator +- AWSKeyManagementServicePowerUser By the time we write this tutorial, we noticed that Chinese AWS users -- GitLab