Update IAM permissions for minion, to allow EBS

This commit is contained in:
Justin Santa Barbara
2015-04-02 11:00:36 -07:00
parent e56e2ee46a
commit 49543aca61

View File

@@ -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": "*"
}
]
}