Schedule Instances - Additional IAM Policy
This policy contains the permissions needed for any of the scheduling instances 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:CreateTags",
"ec2:DeleteTags",
"ec2:DescribeInstances",
"ec2:DescribeTags",
"ec2:StartInstances",
"ec2:StopInstances",
"sts:DecodeAuthorizationMessage"
],
"Resource": "*"
}
]
}