简体   繁体   中英

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

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

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

Adding to the last answer, remember that you need to select enable SSH to your instances when launching application. Else, you won't be able to SSH into any AWS Elastic Beanstalk instance.

If you found this question but you're not using ssh, you could download the zip after clicking on a version in the console.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM