Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)

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 show when I upload something via the eb interface, though how/where exactly does this get end up on my ec2(t2) server?

1 Answer

0 votes
by (44.4k points)

It's within the /tmp/deployment/application folder during deployment and then moved to /var/app/current subsequently.

In case you search them, the node logs are in /var/log/nodejs/nodejs.log and therefore the application can bind to 8081 regardless of what PORT environment variable you set within the Environment Variables in the console.

Welcome to Intellipaat Community. Get your technical queries answered by top developers!

30.4k questions

32.5k answers

500 comments

108k users

Browse Categories

...