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,15 @@
{
"Statement": [
{
"Action": [
"ec2:DescribeInstanceStatus",
"ec2:DescribeInstances",
"ec2:DescribeRegions"
],
"Effect": "Allow",
"Resource": [
"*"
]
}
]
}