Is there a way I can schedule a recurring job\task (a .net piece of code) that can run on my EC2 instance. (Ec2 that constantly running - I need to schedule a task that download some files to the Machine EBS).some kind of AWS lambda function, that running on a specific machine. I want to use the abilities of Cloud-watch (or other component of AWS) to send the trigger, and to writing a controller\listener on side of the script.is that possible?
↧