Para fazer este trabalho que eu tinha para executar o comando a partir de um arquivo usando os ganchos de implantação pós
commands:
create_post_dir:
command: "mkdir /opt/elasticbeanstalk/hooks/appdeploy/post"
ignoreErrors: true
files:
"/opt/elasticbeanstalk/hooks/appdeploy/post/99_restart_workers.sh":
mode: "000755"
owner: root
group: root
content: |
#!/usr/bin/env bash
nohup php /var/app/current/artisan queue:work --daemon >/dev/null 2>&1 &