{ "Version": "2012-10-17", "Statement": [ { "Sid": "AwsCloudVmPermissions", "Effect": "Allow", "Action": [ "ec2:ModifySnapshotAttribute", "ec2:CreateTags", "ec2:CreateSnapshot", "kms:DescribeKey", "kms:CreateGrant" ], "Resource": "*" }, { "Sid": "ICSDeleteSnapshot", "Action": [ "ec2:DeleteSnapshot" ], "Effect": "Allow", "Resource": "arn:aws:ec2:*:*:snapshot/*", "Condition": { "StringEquals": { "aws:ResourceTag/creator": "insightcloudsec" } } } ] }