in Education by
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? Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
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.

Related questions

0 votes
    I've got a Node.js powered site that I'm running on Amazon Elastic Beanstalk. My Node.js app listens on port ... to my site via HTTPS. Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    Can someone differentiate between EC2 and Elastic Beanstalk? Select the correct answer from above options...
asked Jan 24, 2022 in Education by JackTerrance
0 votes
    I just signed up for Amazon's new Elastic Beanstalk offering. What I can't figure out is how to SSH to a ... instance on my behalf. Select the correct answer from above options...
asked Feb 2, 2022 in Education by JackTerrance
0 votes
    Can anyone tell me what are some beginner Node Js project ideas? Select the correct answer from above options...
asked Jan 17, 2022 in Education by JackTerrance
0 votes
    Can anyone tell me what are some awesome Node.js project examples? Select the correct answer from above options...
asked Jan 17, 2022 in Education by JackTerrance
0 votes
    Can anyone tell me what Projects Can You Build Using Node Js? Select the correct answer from above options...
asked Jan 17, 2022 in Education by JackTerrance
0 votes
    Can anyone tell me whether it is worth learning Node JS? Select the correct answer from above options...
asked Jan 17, 2022 in Education by JackTerrance
0 votes
    I've seen the writeup on using yum to install the dependencies, and then installing Node.JS & NPM from source. ... on AWS Amazon Linux? Select the correct answer from above options...
asked Feb 2, 2022 in Education by JackTerrance
0 votes
    I am writing an API for an iOS app where the user's login with the Facebook API on iOS. The server ... achieve this kinda setup? Select the correct answer from above options...
asked Feb 3, 2022 in Education by JackTerrance
0 votes
    I'm unclear as to what benefits I get from EBS vs. instance-store for my instances on Amazon EC2. If ... is still relatively new? Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
0 votes
    Can anyone tell me what is Rest API? Select the correct answer from above options...
asked Jan 18, 2022 in Education by JackTerrance
0 votes
    Can anyone tell me why the REST API is popular? Select the correct answer from above options...
asked Jan 18, 2022 in Education by JackTerrance
0 votes
    Can anyone tell me what is REST Testing? Select the correct answer from above options...
asked Jan 18, 2022 in Education by JackTerrance
0 votes
    I am asking this in very general sense. Both from cloud provider and cloud consumer's perspective. Also the ... Server like Biztalk? Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
0 votes
    The question as the title. Why is this, I have used the ssh command: ssh -i mykey.pem root@xxx-xxx-xx-xx-xxx ... What am I doing wrong? Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
...