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:
avx_docs
Helin Wang 8 years ago
parent 1dd972f965
commit 143ff015c6

@ -31,6 +31,7 @@ the user group:
- IAMUserSSHKeys - IAMUserSSHKeys
- IAMFullAccess - IAMFullAccess
- NetworkAdministrator - NetworkAdministrator
- AWSKeyManagementServicePowerUser
By the time we write this tutorial, we noticed that Chinese AWS users By the time we write this tutorial, we noticed that Chinese AWS users

Loading…
Cancel
Save