Where does elastic beanstalk t2 server store my node.js app files?

后端 未结 3 1599
清歌不尽
清歌不尽 2021-01-30 03:07

From an architecture perspective I\'m trying to get a better understand of how and where files deployed to eb (t2) server are stored.

I see some .zip files in s3 that sh

3条回答
  •  难免孤独
    2021-01-30 03:51

    It's in the /tmp/deployment/application folder during deployment and the moved to /var/app/current afterward.

    In case you search them, the node logs are in /var/log/nodejs/nodejs.log and the application will bind to 8081 no matter what PORT environment variable you set in the Environment Variables in the console.

提交回复
热议问题