917b3c8aa1
Spelling mistake. Included invalid action; "Deletenapshot". Already correctly defined as "DeleteSnapshot"
18 lines
228 B
JSON
18 lines
228 B
JSON
{
|
|
"Statement": [
|
|
{
|
|
"Action": [
|
|
"ec2:DescribeVolumes",
|
|
"ec2:CreateSnapshot",
|
|
"ec2:DeleteSnapshot",
|
|
"ec2:CreateTags",
|
|
"ec2:DescribeTags"
|
|
],
|
|
"Effect": "Allow",
|
|
"Resource": [
|
|
"*"
|
|
]
|
|
}
|
|
]
|
|
}
|