Hello
You need to manually setup cron job in amazon server.
Please login to your server via ssh and type below commands
crontab -e
Than press i via keypad.
Please type below command to setup cron job and change the path as per your magento root.
* * * * * /usr/bin/php /var/www/html/MAGENTO/cron.php
after entering above cron job, press Esc button and than type :wq via keypad and you are done.
Thanks