{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "ec2:DescribeSnapshots", "ec2:DescribeVolumes", "ec2:DescribeImages", "ec2:DescribeInstances", "ec2:DescribeNetworkInterfaces", "ec2:DescribeAddresses", "ec2:CreateTags" ], "Resource": "*" }, { "Effect": "Allow", "Action": [ "kms:ListAliases", "kms:ListResourceTags", "kms:TagResource" ], "Resource": "*" }, { "Effect": "Allow", "Action": [ "route53:ListHostedZones", "route53:ListTagsForResource", "route53:ChangeTagsForResource" ], "Resource": "*" } ] }