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

19 lines
257 B
JSON
Raw Normal View History

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