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

@ -35,8 +35,11 @@ ec2-automate-backup requires one of the following two parameters be provided:
- 0 0 1 * * ec2-user /home/ec2-user/ec2-automate-backup.sh -s tag -t "Backup-Monthly=true"
#
# Additional Information:
#
the file "ec2ab - IAM User Required Permissions.json" contains the IAM permissions required to run ec2-cost-calculate.rb in with the least permissions required as of 2012-11-21.
#
Author: Colin Johnson / colin@cloudavail.com
Date: 2012-09-21
Date: 2012-11-21
Version 0.1
License Type: GNU GENERAL PUBLIC LICENSE, Version 3

View File

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

View File

@ -15,7 +15,7 @@ ec2-cost-calculate.rb has no parameter requirements. ec2-cost-calculate.rb defau
optional parameters are available by running ec2-cost-calculate.rb --help.
# Additional Information:
#
the file "ec2cc - IAM User Required Permissions.json" contains the permissions required to run ec2-cost-calculate.rb in with the "Least Permissions" required. These permissions are "ec2:DescribeInstanceStatus","ec2:DescribeInstances" and "ec2:DescribeRegions."
the file "ec2cc - IAM User Required Permissions.json" contains the permissions required to run ec2-cost-calculate.rb in with the "Least Permissions" required as of 2012-11-11.
#
Author: Colin Johnson / colin@cloudavail.com
Date: 2012-11-11

View File

@ -0,0 +1,15 @@
{
"Statement": [
{
"Action": [
"ec2:DescribeInstanceStatus",
"ec2:DescribeInstances",
"ec2:DescribeRegions"
],
"Effect": "Allow",
"Resource": [
"*"
]
}
]
}