amazon-elastic-beanstalk Questions

4

Solved

I use Celery with RabbitMQ in my Django app (on Elastic Beanstalk) to manage background tasks and I daemonized it using Supervisor. The problem now, is that one of the period task that I defined is...

6

Solved

How to add custom logs to CloudWatch? Defaults logs are sent but how to add a custom one? I already added a file like this: (in .ebextensions) files: "/opt/elasticbeanstalk/tasks/bundlelogs.d/a...

7

My application has Health Status of Severe because of Target.ResponseCodeMismatch error. I've tried following Redirection is not configured on the backend in this aws instruction . And I've change...
Retrench asked 24/3, 2019 at 2:32

5

I have been trying to deploy a Django application on awsebcli. immediately I enter the eb open command I get 502 Bad Gateway NGINX error in return on my web browser. Please I need assistance on how...
Excurvate asked 10/7, 2020 at 13:0

4

I have a database connection string stored in AWS Systems Manager Parameter Store that I want to pass to the environment variables of an Elastic Beanstalk instance. I don't want to commit it to sou...
Background asked 20/3, 2020 at 15:36

2

Solved

I am going through their sample app tutorial here: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/GettingStarted.html and even though I am able to get a working app from Step 1, I consisten...

4

Solved

I've been having a hard time trying to get a successful deployment of my Django Web App to AWS' Elastic Beanstalk. I am able to deploy my app from the EB CLI on my local machine with no problem at ...

6

Solved

I am trying to redeploy a Django web application on AWS. My elastic beanstalk environment has been red a couple of times. When I ran eb logs on the cli, I am getting a "ModuleNotFoundError: No...
Thermonuclear asked 1/6, 2021 at 13:0

7

Solved

I'm trying to logon to an EBElastic Beanstalkinstance. eb ssh I then get the error: ERROR: NotFoundError - The EB CLI cannot find your SSH key file for keyname "myName". Your SSH key file mu...
Leopardi asked 16/9, 2019 at 21:32

3

Solved

I am struggling to get my build deploying to AWS on Docker. I have no idea where the solution lays as this is my first time with Docker. I have got it all working fine locally, but when I deploy I ...
Histogen asked 30/4, 2020 at 7:56

7

I have Celery tasks that are received but will not execute. I am using Python 2.7 and Celery 4.0.2. My message broker is Amazon SQS. This the output of celery worker: $ celery worker -A myapp.cel...

6

Solved

I'm having a hell of a time deploying my first app to Elastic Beanstalk and could really use some help. I cannot get Postgres11 to install though it is officially supported with RDS. ISSUE If I ru...

4

Using terraform, does anyone know how to set a predefined SSL Security Policy for an ELB, from within the aws_elastic_beanstalk_environment resource? I've tried various permutations of parameters,...
Fibre asked 1/8, 2017 at 1:43

5

Solved

How to use Django with AWS Elastic Beanstalk that would also run tasks by celery on main node only?

4

Solved

I have a Django application running on Elastic Beanstalk. I can visit my site no problem at example.com. I've set up automatic https redirect, so that it always directs to https. I've set it up so ...
Gerenuk asked 18/2, 2019 at 1:1

8

When I try to upload my Node.js project on Elastic Beanstalk I obtain the following error: Failed to find package.json. Node.js may have issues starting. Verify package.json is valid or place co...
Betweenwhiles asked 17/12, 2013 at 12:27

1

I am trying to use ActionCable and Turbo Stream in my Rails 7.0.4 app where the WebSocket connection to /cable is being closed unexpectedly in the production environment. Ruby 3.0.5 64bit Amazon Li...

3

Solved

http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_docker_image.html#docker-singlecontainer-dockerrun-privaterepo Following the instructions here to connect to a private docker hu...

14

Solved

I have set up a RoR environement on AWS' elastic beanstalk. I am able to ssh into my EC2 instance. My home directory is /home/ec2-user, which is effectively empty. If I move up a directory, there i...

5

So I'm trying to deploy a dockerfile on Elastic Beanstalk, but I can't get past this error - "jq: error: Cannot iterate over null". Successfully built [myContainerId] Successfully built aws_beans...
Lardy asked 29/1, 2015 at 11:10

2

I've been having issues setting up custom log file streaming to CloudWatch from my AWS Elastic Beanstalk project. For reference, I've tried the suggestions in "AWS Elastic Beanstalk: Add custo...

9

Solved

I've got a Node.js powered site that I'm running on Amazon Elastic Beanstalk. My Node.js app listens on port 8080, and I'm using the nginx elastic load balancer configuration with my EB app, liste...

6

Solved

After i login and the cookie is set I get error 502. When i read the log i get the error: 014/05/17 01:54:43 [error] 11013#0: *8 upstream sent too big header while reading response header from ups...

7

Isit possible to configure EBS to install my NodeJS application using yarn package manager instead of NPM?

9

I am running into an error attempting to run the ElasticBeanstalk CLI tools on Mac OSX. I have been troubleshooting path issues and hope someone can shed some light. Here is my set up. I am runnin...

© 2022 - 2024 — McMap. All rights reserved.