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.

Script timed out before returning headers: wsgi.py on elastic beanstalk

I'm trying to deploy a Django application to Elastic Beanstalk. When I visit the page it never loads. The logs …

django apache mod-wsgi wsgi amazon-elastic-beanstalk
Is there a CLI to tail logs from AWS Elastic Beanstalk

Is there a CLI utility for tailing logs from Elastic Beanstalk applications. Specifically a python flask application. You can use …

logging amazon-elastic-beanstalk
Accessing environment variables in AWS Beanstalk ebextensions

I am trying to access an environment variable that I have defined in the AWS Beanstalk configuration. I need to …

amazon-web-services amazon-elastic-beanstalk
where and how to read results of ebextensions execution?

I added .ebextensions/start.config file to the root folder of my WAR bundle (as suggested by AWS), deployed it …

amazon-web-services amazon-elastic-beanstalk
Referencing env variables from Elastic Beanstalk .ebextensions config files

Is it posssible to reference the PARAM1 / PARAM2 etc.. container environment properties from the .ebextensions config files. If so, how? …

amazon-web-services amazon-elastic-beanstalk
Redirect to https through url rewrite in IIS within elastic beanstalk's load balancer

How do you use IIS's url rewrite module to force users to use ssl while you are behind an elastic …

asp.net iis url-rewriting amazon-web-services amazon-elastic-beanstalk
AWS Codebuild fails while downloading source. Message: Access Denied

I created a CodeBuild Project that uses a docker image for node8. The purpose of this CodeBuild project is to …

node.js amazon-web-services amazon-elastic-beanstalk aws-codepipeline aws-codebuild
Websockets with socket.io on AWS Elastic Beanstalk

I'm trying to setup a websocket-server with socket.io on AWS Elastic Beanstalk. Got the initial request to /socket.io/1/?…

websocket amazon-elastic-beanstalk
recommended way to install mongodb on elastic beanstalk

I have already taken a look at How to install mongodb in Elastic Beanstalk? dated 2014, which no longer works. as …

node.js mongodb ssh amazon-ec2 amazon-elastic-beanstalk