aws-missing-tools/ec2-automate-backup/Resources/ec2ab - IAM User Required Permissions.json

18 lines
252 B
JSON
Raw Normal View History

{
"Statement": [
{
"Action": [
"ec2:DescribeVolumes",
"ec2:CreateSnapshot",
"ec2:DeleteSnapshot",
"ec2:CreateTags",
"ec2:Deletenapshot",
"ec2:DescribeTags"
],
"Effect": "Allow",
"Resource": [
"*"
]
}
]
}