Reputation: 17755
I'm trying to schedule a daily reboot in AWS EC2 instances. There is no event to respond to, I just need it to reboot every 24 hours. The existing mechanism in AWS needs something to respond to. e.g CPU usage, memory etc. How can I achieve what I need?
I'm using a windows machine (2012 server)
Upvotes: 1
Views: 655
Reputation: 46879
What you want to do really has nothing to do with AWS, it is a pure windows problem.
This blog post will show you step-by-step how to schedule a reboot:
General task scheduler tutorial: http://www.digitalcitizen.life/how-create-task-basic-task-wizard
Upvotes: 1