updating README and IAM credential files for ec2cc and ec2ab.

This commit is contained in:
Colin Johnson
2012-11-11 23:22:51 +00:00
parent a9184fcde6
commit 18a97a7714
4 changed files with 38 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
{
"Statement": [
{
"Action": [
"ec2:DescribeVolumes",
"ec2:CreateSnapshot",
"ec2:DeleteSnapshot",
"ec2:CreateTags",
"ec2:Deletenapshot",
"ec2:DescribeTags"
],
"Effect": "Allow",
"Resource": [
"*"
]
}
]
}