Update ec2ab - IAM User Required Permissions.json

Spelling mistake. Included invalid action; "Deletenapshot". Already correctly defined as "DeleteSnapshot"
This commit is contained in:
Mike 2013-04-10 08:19:33 -05:00
parent 1d9540963e
commit 917b3c8aa1

View File

@ -6,7 +6,6 @@
"ec2:CreateSnapshot",
"ec2:DeleteSnapshot",
"ec2:CreateTags",
"ec2:Deletenapshot",
"ec2:DescribeTags"
],
"Effect": "Allow",
@ -15,4 +14,4 @@
]
}
]
}
}