How to access files deployed in aws elasticbeanstalk

Question:

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

Answer:

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

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

Leave a Reply