9,234 questions
-2
votes
0
answers
37
views
Stuck with django asgi server (dpahne) and aws eb (with docker) [closed]
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 ...
1
vote
1
answer
88
views
AWS Elastic Beanstalk.InvalidParameterValue [closed]
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 :
"...
0
votes
0
answers
36
views
Troubleshooting Tips for Network Timeout Errors from Elastic Beanstalk to Cloudflare IPs
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 ...
2
votes
1
answer
116
views
AWS Elastic Beanstalk and Tomcat 9 throws FileCountLimitExceededException on Spring Boot App
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....
0
votes
1
answer
97
views
AWS Elastic Beanstalk throws Target.FailedHealthChecks while moving to Load Balancer from Single Instance
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 ...
-1
votes
1
answer
45
views
Why is my ElasticBeanstalk environment showing 502 Bad Gateway for ASP.NET Core Web API? [closed]
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 ...
1
vote
2
answers
764
views
AWS Deploy Error "The provided role does not have the elasticbeanstalk:CreateApplicationVersion permission"
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 ...
0
votes
2
answers
121
views
Sidekiq job lost when deploying to Elastic BeanStalk
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. ...
0
votes
0
answers
30
views
AWS Elastic Beanstalk Docker app timing out after 60 seconds
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 ...
0
votes
0
answers
18
views
Elastic Beanstalk SecurityGroups Configuration Error: "Value exceeds the maximum allowed length: 200"
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: '...
2
votes
0
answers
63
views
Architecting Elastic Beanstalk in Private Subnet, VPC Endpoints vs NAT Gateway
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 ...
0
votes
0
answers
20
views
Getting warning sign while launching environment in AWS Elastic beanstalk
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 ...
0
votes
1
answer
72
views
Elastic Beanstalk app fails to deploy without public IPs on instances
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:
...
0
votes
0
answers
55
views
High Memory Usage (96%) in AWS Elastic Beanstalk – How to Optimize Auto Scaling Policy?
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 ...
0
votes
0
answers
30
views
Running .NET https on Elastic Beanstalk
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 ...
0
votes
1
answer
108
views
What is the Parameter to access s3 url only once
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 ...
0
votes
0
answers
26
views
eb deploy successful but code not updating
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 ...
0
votes
0
answers
99
views
Spring Boot application with Supabase on AWS Elasticbeanstalk error
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 ...
1
vote
0
answers
48
views
Rails dB connection error on elastic beanstalk with AWS RDS
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 ...
0
votes
0
answers
36
views
intermittent delays in receiving the image upload streams
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 ...
1
vote
2
answers
174
views
FastAPI Background Task Bad Gateway on Elastic Beanstalk
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 (...
0
votes
1
answer
259
views
Node Not Registering HTTPS from Nginx Reverse Proxy
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 ...
0
votes
1
answer
33
views
Cannot configure any route aside from root
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 ...
0
votes
0
answers
25
views
Sending Secure Session Cookie With AWS Elastic Beanstalk SSL
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 ...
0
votes
0
answers
42
views
Django REST + API Gateway CORS Issue with Cognito Authentication
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 ...