Cron job in cakephp app on aws

Well, cakephp app run on the aws server already running very well, now we need an cron job so that we implemented cron but how can do that as doc. we are build shell app that call in the cron file but not worked Please any one do that ? how can i do that ?Please let me know .

Please provide details about what didn’t work. Otherwise, our only answer to “how can I do that” is to point you to the documentation you’ve presumably already followed.

Thanks @Zuluru Acutually my cron not working because of mistake of paths

files:
“/etc/cron.d/mycron”:
mode: “000644”
owner: root
group: root
content: |
* * * * * root cd /var/app/current && bin/cake users /// here i am stuck but now it’s works
commands:
remove_old_cron:
command: “rm -f /etc/cron.d/mycron.bak”

So, it is all working now? Or there is still some problem? You say you’re stuck, but that it works…

Yes it’s working now. we put the wrong format path so it’s not work,I tried so many time and it’s works.