Top "Amazon-elastic-beanstalk" questions

AWS Elastic Beanstalk is a PaaS (Platform as a Service) service from Amazon Web Services that allows users to create applications and push them to a definable set of AWS services.

connect() failed (111: Connection refused) while connecting to upstream. Java (SparkJava) amazon Elastic

Trying to deploy my first app (Back-end). But I meet an error of the type 502 Bad Gateway. 2016/05/03 14:46:14 [error] 2247#0: *19 connect() failed (111: …

java amazon-web-services nginx amazon-elastic-beanstalk spark-java
Running multiple environments on one AWS EC2 instance (Elastic Beanstalk)

I am very new to the Amazon AWS services. I was wondering if there is a way to run an …

amazon-ec2 amazon-elastic-beanstalk
"502 Bad Gateway" deploying hapi.js to AWS Beanstalk?

I've built a very simple hapi.js app with the following code. var Hapi = require('hapi'); var server = new Hapi.…

node.js amazon-elastic-beanstalk hapijs
AWS Elastic Beanstalk environment with multiple Load Balancers

I have the following situation: I have 1 Rails App that has 2 domains, each of these domains has multiple/dynamical subdomains. …

amazon-web-services ssl amazon-ec2 load-balancing amazon-elastic-beanstalk
AWS EB: Error during WebSocket handshake: Unexpected response code: 400

There is a Laravel/Vue.JS app hosted on AWS behind a Classic Load Balancer (Elastic Beanstalk) and proxied internally …

amazon-web-services nginx socket.io amazon-elastic-beanstalk laravel-echo
How to use a private npm registry on Elastic Beanstalk?

We have a nodejs project running on Amazon Elastic Beanstalk that uses private modules that we host using nodejitsu's private …

node.js npm amazon-elastic-beanstalk nodejitsu
Spring Boot + Elastic Beanstalk .ebextensions in JAR

I have a very standard Spring Boot application (with a application.properties properties file located in standard /src/main/resources …

spring-boot amazon-elastic-beanstalk spring-boot-maven-plugin