2546c0679e
Add missing ec2:DescribeSnapshots policy
19 lines
257 B
JSON
19 lines
257 B
JSON
{
|
|
"Statement": [
|
|
{
|
|
"Action": [
|
|
"ec2:DescribeVolumes",
|
|
"ec2:CreateSnapshot",
|
|
"ec2:DescribeSnapshots",
|
|
"ec2:DeleteSnapshot",
|
|
"ec2:CreateTags",
|
|
"ec2:DescribeTags"
|
|
],
|
|
"Effect": "Allow",
|
|
"Resource": [
|
|
"*"
|
|
]
|
|
}
|
|
]
|
|
}
|