I have googled this question for a while but can\'t find the answer. My question is while deploying the nodejs application on aws elastic-beanstalk servers, I want the nodejs ap
If you want to restart the server from cron then you could use these commands.
aws elasticbeanstalk restart-app-server --environment-name my-env
Reference