-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instance scheduler is failing to start instance at its scheduled time #332
Comments
@lady-wanderer Are you on the newest version of the scheduler? My org's seeing a similar issue where EC2 instances are not starting up in the mornings. However, we're on |
Hi @lady-wanderer is this still an issue, if so can you provide the information which version of the solution is being used, schedule, period configurations. |
Upgrading should remedy this. |
Confirmed on my end as well. I had to both upgrade to |
I have added the KMS:CreateGrant but still not working. wondered if I did it wrong |
This comment was marked as resolved.
This comment was marked as resolved.
Hi @jmd-au have you tried adding permission to access the KMS key to your scheduler role as described in the implementation guide here? If so, is there anything that is particularly confusing or unclear? |
A colleague came to the same conclusion (needing to add The main thing is that for something that should be done to conform with best practice (encryption at rest), I would suggest that this should be highlighted more than an single line in the documentation. Another suggestion is that this could somewhat easily be included through a boolean in the CloudFormation template. e.g: Are you using KMS encryption on your EBS volumes for EC2? - which would then conditionally add the statement to the policy. |
v3.0.0 now includes a CloudFormation parameter to provide the scheduler with CreateGrant permissions to KMS keys |
Summary:
I have a schedule configured from 00:00 est to 21:00 pm est, Monday-Friday. Most days, the solution works and stops and starts instances at the correct time. However, sometimes the solution will not start an instance after it has been stopped. Subsequent runs after the start time, do not trigger the instance to start either.
The text was updated successfully, but these errors were encountered: