python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Cron job not working in Elastic Beanstalk
I have deployed a laravel application in Elastic Beanstalk with Load Balancing. I have to backup my database daily and store it in s3 bucket so I am using Laravel-backup-server package. And I have set...

Harshith J Poojary
Votes: 0
Answers: 3
AWS Elastic Beanstalk, Npm errors can't download packages
I'm trying to host a react web client on Elastic Beanstalk and there is an error when the app tries to download the packages, I can't figure out how to resolve it
here are the logs of eb-engine.log :
...
Diamonddedo
Votes: 0
Answers: 1
Disable Health Check AWS Beanstalk
I've got a node.js server deployed on beanstalk w/ an application loadbalancer. The node.js server has has a URL like the following:
app.get('/data/:id.json', async function (req, res) {
// do st...
Evan
Votes: 0
Answers: 2
Deploying a static site built from Create React App on Elastic Beanstalk
Edit
Ok so I changed the run command to ls -la && serve -s build to make sure the build folder exists, and it turns out the folder doesn't exist and that's obviously why it was failing to serv...

jshji
Votes: 0
Answers: 1