updating README and IAM credential files for ec2cc and ec2ab.
This commit is contained in:
parent
a9184fcde6
commit
18a97a7714
|
@ -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
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"Statement": [
|
||||
{
|
||||
"Action": [
|
||||
"ec2:DescribeVolumes",
|
||||
"ec2:CreateSnapshot",
|
||||
"ec2:DeleteSnapshot",
|
||||
"ec2:CreateTags",
|
||||
"ec2:Deletenapshot",
|
||||
"ec2:DescribeTags"
|
||||
],
|
||||
"Effect": "Allow",
|
||||
"Resource": [
|
||||
"*"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"Statement": [
|
||||
{
|
||||
"Action": [
|
||||
"ec2:DescribeInstanceStatus",
|
||||
"ec2:DescribeInstances",
|
||||
"ec2:DescribeRegions"
|
||||
],
|
||||
"Effect": "Allow",
|
||||
"Resource": [
|
||||
"*"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user