Backend
How to write cron jobs on AWS EC2 instance
Cron is a time-based job scheduler run on the server in the Unix-like operating system. To perform such action we write cron expression made of five fields, followed by a shell command to execute. First, we have to log in to AWS EC2 instance using CLI (Command Line Interface). For log in, Read more…