Scheduling A Job on AWS EC2

前端 未结 7 672
眼角桃花
眼角桃花 2020-12-24 14:52

I have a website running on AWS EC2. I need to create a nightly job that generates a sitemap file and uploads the files to the various browsers. I\'m looking for a utility o

相关标签:
7条回答
  • 2020-12-24 15:54

    You can use AWS Opswork to setup cron jobs for your application. For more information read their user guide on AWS OpsWork. I found a page explaining how to setup cron jobs: http://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook-extend-cron.html

    0 讨论(0)
提交回复
热议问题