Alkis Kalogeris
Alkis Kalogeris

Reputation: 17755

AWS schedule a daily reboot

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

Answers (1)

E.J. Brennan
E.J. Brennan

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:

http://westarinfo.com/information-technology/how-to-set-up-a-scheduled-reboot-on-windows-server-2012/

General task scheduler tutorial: http://www.digitalcitizen.life/how-create-task-basic-task-wizard

Upvotes: 1

Related Questions