{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": "ec2:CreateSnapshot",
            "Resource": [
                "arn:aws:ec2:us-west-1::snapshot/*",
                "arn:aws:ec2:us-west-1:*:volume/*",
                "arn:aws:ec2:us-west-1:*:instance/*"
            ]
        },
        {
            "Effect": "Allow",
            "Action": "ec2:CreateTags",
            "Resource": [
                "*"
            ]
        }
    ]
}
