2012-11-11 23:22:51 +00:00
|
|
|
{
|
|
|
|
"Statement": [
|
|
|
|
{
|
|
|
|
"Action": [
|
|
|
|
"ec2:DescribeVolumes",
|
|
|
|
"ec2:CreateSnapshot",
|
2014-06-06 15:13:30 +00:00
|
|
|
"ec2:DescribeSnapshots",
|
2012-11-11 23:22:51 +00:00
|
|
|
"ec2:DeleteSnapshot",
|
|
|
|
"ec2:CreateTags",
|
|
|
|
"ec2:DescribeTags"
|
|
|
|
],
|
|
|
|
"Effect": "Allow",
|
|
|
|
"Resource": [
|
|
|
|
"*"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2013-04-10 13:19:33 +00:00
|
|
|
}
|