Questions tagged with AWS Elastic Beanstalk
Content language: English
Sort by most recent
Hello there,
I have an elastic beanstalk instance in the private subnet of my VPC and a load balancer in the public side routing calls to my instance. I can successfully route requests over http but...
I've got crons setup in /etc/cron.d/mycron according to the article at https://repost.aws/knowledge-center/cron-job-elastic-beanstalk
These have been running (and still run) on my original EC2 server...
I am trying to create my first eb web app using django. While following the [eb django guide](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create-deploy-python-django.html), I run into some...
I found this topic year ago that most relevant to my situation.
(https://repost.aws/questions/QU_Dke0_n2Q_6ncPdT3jlGrg/eb-deploy-successful-but-code-not-updating)
Same issue: Deploy successful -> SSH...
i created a tom cat webapp using beanstalk everything is working fine but only problem is health status is shown as severe cause is Instance ELB health is not available.
i created Tom Cat web app using AWS documentation (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/GettingStarted.CreateApp.html). but when i followed to step 4 (configure) load balancer point...
I want to create Web app using beanstalk from AWS console and I'm finding for proper updated documentation.
When I tried to submit a file > 50MB the console shows me the error 502 (BAD GATEWAY) (using java code and follow the guide to submit files from amazon)
Less than 50MB no problem, so after some days...
Similar question has been asked before but I did not find relevant answers so here I am hoping for a proper answer.
So, I too wanted to upload files basically images that are greater than 1MB. I...
I am using Elastic Beanstalk on Platform Python 3.8 running on 64bit Amazon Linux 2/3.5.2.
I used this guide to create the bucket with appropriate permissions and yes it...
I'm trying to enable https on Elastic Beanstalk.
I'm following [these instructions](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/configuring-https-elb.html); however, under...
We have an SNS hooked up to the ELB alert for "Environment health has transitioned from Ok to Warning. 1.1 % of the requests to the ELB are failing with HTTP 5xx" which emails our team, however this...