AWS Elastic Beanstalk is a PaaS (Platform as a Service) service that allows you to quickly deploy and manage applications in the AWS cloud. Elastic Beanstalk handles the deployment details of capacity provisioning, load balancing, auto-scaling, and application health monitoring.
Questions tagged [elastic-beanstalk]
496 questions
1
vote
1 answer
HTTP Health Check For Elastic Beanstalk App Triggers Scale / Capacity rules
I have an Elastic Beanstalk application that is running a wordpress application, and I would like some monitoring and scaling triggers for when the health check, the homepage, returns an HTTP response code within the range of 4xx and 5xx. I am aware…

robskrob
- 111
- 4
1
vote
0 answers
HTTPS on Wordpress hosted on AWS Elastic Beanstalk
I'm trying to force https over HTTP protocol for my website. I have managed to force the http://example.com => https://example.com and all blog post URLs.
However, when I try to access https://example.com/wp-admin, it says example.com redirected…

Pine Apple
- 11
- 1
1
vote
0 answers
/home/webapp: No such file or directory elastic beanstalk
When I deploy my ruby app on aws using elastic beanstalk. Following error occur.
pass log
App 20278 stdout: intializing git
App 20278 stderr: error: could not lock config file /home/webapp/.gitconfig: No such file or directory
App 20278 stderr: sh:…

Fun Media
- 121
- 1
- 1
- 6
1
vote
0 answers
Elastic Beanstalk - Deploy Timeout Error
I recently pushed a few big code changes to my staging environment that I attempted to deploy to my ElasticBeanstalk environment, but it failed and I am stuck on what could be causing the error, because it was due to a timeout in the deployment. I…

cphill
- 197
- 1
- 1
- 12
1
vote
0 answers
Is it possible for Elastic Beanstalk to use a full domain name for a health check?
My company has a large application that hosts 3 separate domains with a centralized core. In moving from Heroku, we've gone with Elastic Beanstalk which largely has been just fine.
However, since the application has multiple domain names, the…

Jhecht
- 111
- 1
- 2
1
vote
1 answer
Can Windows 2016 EC2 instance provisioned by ElasticBeanstalk be connected to SSM
Can Windows 2016 EC2 instance provisioned by ElasticBeanstalk be connected to SSM in AWS?
I'm specifically asking this as I don't see the EB default role containing any SSM policies.

Daniel Johns
- 27
- 5
1
vote
1 answer
How to assign a private IP dynamically generated with AWS Cloudformation?
I have an AWS Cloudformation, and I want two EC2 instances A and B on a private subnet under the same VPC.
In the application, I need A to access B.
How can I configure A with the dynamically allocated private IP of B?
I believe I can configure A…

oleiba
- 121
- 1
1
vote
2 answers
AWS Elasic Beanstalk : Retrieving environment URL from within instance?
From within a Beanstalk instance, how can I programmatically retrieve the URL for my environment?
I need to know this because the instances need to know whether they are running in production or
I couldn't find it using Platform Scripts…

TheStoryCoder
- 254
- 3
- 13
1
vote
1 answer
Can i run c++ on aws elasticbeanstalk in php application
Since cloud instance is just a machine hosted remotely it should be able to behave like a local server. I have written some programs in C++ which I usually call in a PHP file through exec() function on my Windows 10 server.
For instance, I save the…

Siyad Nijah
- 13
- 2
1
vote
1 answer
AWS Elastic Beanstalk S3 log archiving and instance termination/recreation
I've recently moved an application to Elastic Beanstalk. I'm currently in the process of setting up log files to be archived. One of the business requirements is x days of log retention, which is pretty sensible of course. Since log files are stored…

Michel
- 143
- 5
1
vote
1 answer
ElasticBeanstalk environment URL points to old EC2 instance IP
For some reason I manually terminated the EC2 instance of my EB environment more than a week ago. A new instance started, and I thought it was all fine.
However, today, I see that my EB environment URL (my-env-name.eu-west-3.elasticbeanstalk.com)…

GuiTeK
- 185
- 1
- 4
1
vote
2 answers
Releasing Elastic IP on EC2 had Cloudfront stop working
I had reached the limit of Elastic IP allocations in my AWS account. I have an Elastic Beanstalk app that is being served over Cloudfront. I thought since the app's CNAME was mapped to Cloudfront's CNAME, releasing the Elastic IP of the ec2 instance…

Michael
- 131
- 3
1
vote
2 answers
WordPress admin pages timeout, or take 30s to load on Elastic Beanstalk, PHP 5.6, Apache, RDS, and CloudFlare
I recently migrated a WordPress website I inherited over to AWS from Rackspace and am experiencing large performance decreases. I'm pretty new to the whole DevOps thing so I'm not sure where to start looking.
The problem:
After I point the DNS…

rugbert
- 83
- 2
- 10
1
vote
1 answer
AWS Elastic Beanstalk - can't db:reset / db:seed Rails app after SSH
I'm stuck deploying my (second) Rails 5.2 app to AWS using Elastic Beanstalk. The code is deployed fine, but the PostgreSQL 9.4.18 database is causing problems.
EB correctly created the RDS instance. The relevant part of my database.yml is as…

MSC
- 125
- 7
1
vote
1 answer
Elastic Beanstalk: Update AMI + node version at the same time
We have a system that's been sitting on an old version of node for a long time and wanted to update to a newer version.
Updating via the web dashboard doesn't allow you to change the node instance and the AMI at the same time.
We were on node 7.6,…

ChrisJ
- 295
- 1
- 10