Questions tagged [amazon-elastic-beanstalk]

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.

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, including Amazon EC2, Amazon S3, Amazon Simple Notification Service (SNS), Amazon CloudWatch, auto scaling, and elastic load balancers.

AWS Elastic Beanstalk Documentation

9253 questions
4
votes
2 answers

AWS Elastic Beanstalk, Rails, Carrierwave- 413 request entity too large

I have a Rails/Postgres app hosted on AWS Elastic Beanstalk. One form posting data to my app also allows users to select multiple photos, in which the photos are directly uploaded to Amazon S3 using Carrierwave in the same request. While it works in…
4
votes
1 answer

How can I configure SSL for my Elastic Beanstalk Single Instance

I am new to AWS and got my Java based RESTAPI working on a Single Instance EBS. Now I am trying to install SSL certificate into above Single Instance EBS so that it can work for https requests. I am trying to create Self Signed Certificate on my…
Prabhat
  • 4,164
  • 4
  • 17
  • 12
4
votes
1 answer

SECURE_PROXY_SSL_HEADER in DJango Settings Causing CORS preflight 301 response status code (and failure)

I have a Django application hosted on AWS Elasticbeanstalk that is running a web service that a Chrome Extension is POSTing Gmail data to via XmlHttpRequest() via the extensions content scripts - not background. As many may know who've done this,…
4
votes
2 answers

Elastic Beanstalk and ES6

I'm trying to deploy my node server on Elastic Beanstalk but it won't work because the latest version Elastic Beanstalk supports out of the box is 0.12.6 (July 2015). Using either io.js or the latest node version (4.1.2) are both viable options but…
Andrew Rasmussen
  • 14,912
  • 10
  • 45
  • 81
4
votes
0 answers

How to set up celery and django with Amazon SQS

I'm trying to convert videos uploaded by users in a django app. Problem is, it's eating up resources and the site becomes unavailable during this time and a new instance has to be sprung up to scale it(I'm using Elastic Beanstalk). I did some…
4
votes
1 answer

Get Elasticache address from within a docker Elastic Beanstalk container

I am attempting to have elastic beanstalk automatically provision a elasticache instance. I am trying to figure out how I can access the address of the cache instance at runtime from within my docker environment. I am running python (on…
4
votes
1 answer

Passing .config file to AWS Elastic Beanstalk

I'm using the Elastic Beanstalk Command Line tool and the function eb config put config. According to the AWS Elastic Beanstalk documentation it is required that you name your file according to *.cfg.yml and place it inside the…
Chris Wood
  • 306
  • 3
  • 13
4
votes
1 answer

Recently unable to create RDS database (and associate with Beanstalk environment)

I'm having problems recently creating a new Amazon RDS database (mySQL) and associating it with an Amazon Elastic Beanstalk environment. I have done this painlessly in the past for other environments (simply by going to the environment's…
4
votes
0 answers

What does 'Logging' do in Dockerrun.aws.json

I'm struggling to work out what the Logging tag does in the Dockerrun.aws.json file for a Single Container Docker Configuration. All the official docs say about it is Logging – Maps the log directory inside the container. This sounds like they…
4
votes
1 answer

How can I set a per-instance env variable for an elastic beanstalk docker container?

Our elastic single-container beanstalk docker application runs as load balanced with multiple ec2 instances. I want to pass the ec2 instance id of the machine it's running on as an environment variable to the docker container. (I want to avoid doing…
Shorn
  • 19,077
  • 15
  • 90
  • 168
4
votes
1 answer

How to amend Nginx config on AWS Elastic Beanstalk

I am trying to modify the Nginx config for my Elastic Beanstalk deployment. The default config is:- upstream nodejs { server 127.0.0.1:8081; keepalive 256; } server { listen 8080; if ($time_iso8601 ~…
baynezy
  • 6,493
  • 10
  • 48
  • 73
4
votes
1 answer

Docker on AWS - what is a difference between Elastic Beanstalk and ECS?

I want to migrate from Heroku to Amazon AWS and I would like to deploy my app in Docker image. So the app consists of: Web server (node.js -> docker image) Worker (node.js -> docker image) Postgres database (Amazon RDS) Redis instance (Amazon…
user606521
  • 14,486
  • 30
  • 113
  • 204
4
votes
1 answer

AWS Elastic Beanstalk Health Check

does anyone know if there is a way to find out why AWS Elastic Beanstalk classifies an environments health as Red when it is actually working ok (at least from my perspective). It is a web based application and the health check path is specified to…
David
  • 7,652
  • 21
  • 60
  • 98
4
votes
2 answers

AWS Elastic Beanstalk - MAIL (Sending and receiving emails )

Well I have just managed to migrate my web application from shared hosting service to AWS, Using Elastic beanstalk . However I m struggling with emails service. Well My Application sends verification email upon registration (using SMTP) , and it…
4
votes
1 answer

Unable to add new environment variable to elastic beanstalk

When trying to add a new environment variable to our stack with Elastic Beanstalk we got an error: Service:AmazonCloudFormation, Message:Template format error: Parameter 'EnvironmentVariables' default value '[...
null
  • 3,959
  • 1
  • 21
  • 28