Search code examples
node.jsamazon-web-servicesamazon-elastic-beanstalk

How to access files deployed in aws elasticbeanstalk


I have deployed node.js code on aws elasticbeanstalk creating a new environment. The app is successfully deployed. I want to access the files. I used ssh to the remote machine but the I can't find the code


Solution

  • Elastic Beanstalk places the deployed code in /var/app/current

    Note that you shouldn't be making changes on the Elastic Beanstalk server directly.