Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
37 views

I’m trying to deploy a Django application that uses Channels + ASGI + Daphne on AWS Elastic Beanstalk with the Docker platform. My container builds successfully, migrations run, and Daphne starts ...
Ganapathirao Chinta's user avatar
1 vote
1 answer
88 views

I modified my Terraform Repository several times in order to Deploy an AWS ElasticBeanstalk on my Free Tier AWS Account, but without success. The API error seen on Terraform is always the same : "...
Code Klaudia's user avatar
0 votes
0 answers
36 views

I recently experienced a network-related issue on my Elastic Beanstalk instance which I'm not sure how to troubleshoot. My instance makes network requests to an API (let's call it api.site.com) which ...
deruse's user avatar
  • 2,891
2 votes
1 answer
116 views

I have a Grails 3.1 application that uses Spring Boot version 1.3.7.RELEASE. It's deployed on AWS Elastic Beanstalk using the platform "Tomcat 9 with Corretto 8 running on 64bit Amazon Linux 2/4....
Victor Soares's user avatar
0 votes
1 answer
97 views

I am getting this error in my AWS persistently. To apply HTTPS in my backend APIs, I moved Single Instance to Load Balancer (ALB). I added SSL certificate from ACM and 443 to the load balancer ...
ShivamQmr's user avatar
  • 148
-1 votes
1 answer
45 views

I have an Elastic Beanstalk environment that was running fine when I was using SQL Server RDS database, but now I wanted to switch to Postgresql. This is my appsettings.json config file: Here is my ...
Steez's user avatar
  • 29
1 vote
2 answers
764 views

I am new to AWS. I tried to create a simple pipeline used to build a small NodeJS app to be deployed in AWS Elastic BeanStalk. The CodePipeLine however, is failing at Deploy stage with the following ...
Farrukh Waheed's user avatar
0 votes
2 answers
121 views

I have a Sidekiq Enterprise version. My app is running on Elastic BeanStalk (web and worker env). Also I use ElastiCache service for Redis. Before this, the application was running on a Linux system. ...
Maxim Gorbachevskiy's user avatar
0 votes
0 answers
30 views

I'm running a Docker-based application on AWS Elastic Beanstalk (Amazon Linux 2). The app works correctly on my local machine, but after deployment, any HTTP request that takes more than 60 seconds ...
Pushpender Rawat's user avatar
0 votes
0 answers
18 views

I have a deployed AWS Elastic Beanstalk environment, and it's showing the following configuration error: Configuration validation exception: Invalid option value: '[security_group_names]' (Namespace: '...
Dulana's user avatar
  • 1
2 votes
0 answers
63 views

I have an Elastic Beanstalk app (Application Load Balancer, EC2 instance) and a database (EC2 instance) within a private subnet. The VPC has public subnets, but I don't use them for anything at the ...
Matt's user avatar
  • 103
0 votes
0 answers
20 views

Screenshot for reference Hi, I have launched the environment successfully in Elastic Beanstalk but still getting severe/warning sign in health status, i am not able to troubleshoot and understand the ...
SK Fardin's user avatar
0 votes
1 answer
72 views

I can't get an elastic beanstalk app with a public ELB but private EC2 instances to work. I created a basic eb config with eb init. This results in the following config: branch-defaults: default: ...
Ben Zuill-Smith's user avatar
0 votes
0 answers
55 views

High Memory Usage (96%) in AWS Elastic Beanstalk – How to Optimize Auto Scaling Policy? I am running an AWS Elastic Beanstalk environment with the following Auto Scaling configuration: Current Auto ...
sawan's user avatar
  • 1
0 votes
0 answers
30 views

I pushed a version of my .NET app to Elastic Beanstalk via GitHub actions. The app fails to start and I see this SSL cert error: Unhandled exception. System.InvalidOperationException: Unable to ...
El_bosteador's user avatar
0 votes
1 answer
108 views

I have image files stored in AWS S3 bucket, I want to download those files in my application and so I am generating a presigned url. Using this URL, I will be able to download these images. I am using ...
Enthusiast Coder's user avatar
0 votes
0 answers
26 views

I’m experiencing an issue with deploying my applications to Elastic Beanstalk using the EB CLI. It has always worked fine in the past, but recently, even though eb deploy completes successfully, the ...
Akshay ET's user avatar
0 votes
0 answers
99 views

The WAR file is running on my local Linux, but not on AWS Elastic Beanstalk. So I thought it could be an issue with the security group and added outbound rules and inbound rules for port 5432 for ...
Blen's user avatar
  • 161
1 vote
0 answers
48 views

I am trying to deploy my rails application with ruby version 3.2.2 and rails 7.1 and bundler 2.5.23 on AWS elastic beanstalk, and I am able to deploy it successfully. I can access default route as ...
Farooq Haider's user avatar
0 votes
0 answers
36 views

I'm running a Node.js application using KoaJS on AWS Elastic Beanstalk that handles image uploads by streaming the incoming data directly to the Node.js process. Nginx is used as a reverse proxy. In ...
Ivan Nikitin's user avatar
  • 4,193
1 vote
2 answers
174 views

I have a REST API made using FastAPI that (apart from this issue) runs completely fine, whether hosted locally or on Elastic Beanstalk. However, I have one endpoint that starts a background task (...
rxnen's user avatar
  • 216
0 votes
1 answer
259 views

I've been struggling to send a secure session cookie with express because node isn't recognizing that the request is https. I have an nginx reverse proxy in a docker-compose app. I deploy to Elastic ...
bit07123's user avatar
0 votes
1 answer
33 views

I deployed a CakePHP v4.5 application on AWS Elastic Beanstalk. The deployment was successful, and the environment status was set to "OK". However, when testing the application through the ...
Maike Da Silva Castilho's user avatar
0 votes
0 answers
25 views

I've deployed an app to AWS Elastic Beanstalk and have SSL set up using the AWS Certificate Manager. However, when I use an Express-session cookie that has { secure: true } it doesn't get sent to the ...
bit07123's user avatar
0 votes
0 answers
42 views

I have issues with CORS, most likely due to Frontend (Amplify) being https and backend (ElasticBeanstalk) being http. Tried to fix unsuccessfully with API Gateway. Frontend: React app hosted on AWS ...
Anton's user avatar
  • 13

1
2 3 4 5
185