I have problem with execute command after deploy, i have some node.js project and script, this script use some bin from node_modules, if i write my command for script in .eb
create a file called .ebextensions/post_actions.config:
.ebextensions/post_actions.config
container_commands: : command: ""
this will be executed after the code was extracted, but before it was launched.