Copy Volumes - Additional IAM Policy
This additional policy contains the permissions needed for the copy volumes to other regions scheduled tasks.
If you are using the Ylastic Administrator user, you do NOT need this additional policy. This policy is only required if you are using the Ylastic Read only user.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ec2:CopySnapshot",
"ec2:CreateSnapshot",
"ec2:CreateTags",
"ec2:DeleteSnapshot",
"ec2:DeleteTags",
"ec2:DescribeSnapshots",
"ec2:DescribeTags",
"ec2:DescribeVolumes",
"kms:ListAliases",
"sts:DecodeAuthorizationMessage"
],
"Resource": "*"
}
]
}