{
"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": [
"*"
]
}
]
}
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #1 | 29439 | C. Thomas Tyler | Added file describing AWS IAM access needs of EBS snapshot script. |