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
11
votes
1 answer
AWS Route 53 Pricing
I have set up a Tomcat Server on AWS Elastic Beanstalk Load Balancer. I also have a domain name registered with 1&1, e.g. www.example.com.
I would like to point the domain name at the Elastic Load Balancer.
I have read that the best option is to use…

Richard
- 143
- 1
- 1
- 6
11
votes
4 answers
AWS ELB "sorry, site is down" page
I have a basic-ish ELB v2 site. No clustering or anything yet. I'm pretty inexperienced with AWS.
My stack is nginx/uwsgi/django + some other services.
I was wondering if anyone had thoughts about making a "sorry, the website is currently…

std''OrgnlDave
- 359
- 1
- 3
- 8
11
votes
2 answers
ElasticBeanstalk: Set instance type and security group from config file
I'm having trouble defining instance type and security groups through .ebextensions/*.config files in the root of my application bundle.
Briefly, I have two config files that look like this:
.ebextensions/01-options.config:
option_settings:
[...]
…

Josh Hunt
- 570
- 8
- 12
10
votes
2 answers
How to see what is my Amazon rds password
Hi I think it is possible to rest Amazon rds password, I mean db password. Is it called master password. I mean RDS-PASAWORD. But any way to see current rds password. I searched internet for a long time and can't find a way to do it?

Fun Media
- 121
- 1
- 1
- 6
10
votes
2 answers
Give EC2 IAM role read access to S3 bucket
I have an AWS Elastic Beanstalk Rails app that I am configuring via the config script to pull some files from an S3 bucket. When I start up the application, I keep receiving the following error in the logs (bucket name has been changed for…

dignoe
- 201
- 1
- 2
- 4
10
votes
4 answers
Outputting JSON logs on Elastic Beanstalk with Amazon Linux 2
We're trying to migrate our Java applications from from the current Elastic Beanstalk JDK 8 platforms to the new ones running Corretto 11 on Amazon Linux 2. The app works well, but the way logs are handled changed. The output from the web process is…

Michał Paluchowski
- 141
- 1
- 6
9
votes
3 answers
How to make laravel queue work in aws beanstalk?
I made an AWS Beanstalk and RDS instances. I'm testing out a project which syncs FTP and S3 files.
How do I make the typical php artisan queue:work or php artisan queue:listen work in AWS Beanstalk?
I am aware of Redis, ElastiCache, etc. I haven't…

Rick
- 191
- 1
- 3
9
votes
3 answers
AWS: Target.FailedHealthChecks - Site always in "severe" state
My Elastic Beanstalk application is in a constant severe state... even though it's working absolutely fine.
Looking at the Health screen it says that 100% of its requests are 3xx, and looking at the logs, this is apparently…

Django Reinhardt
- 2,286
- 3
- 38
- 58
9
votes
1 answer
Is there a supported way to run post-deploy scripts on AWS Elastic Beanstalk?
I'm deploying a Windows / .NET MVC app on Elastic Beanstalk, and managed to get through most of the challenges except for one.
The webapp in question creates a local cache for binary assets in a subfolder of its current deployment location, and for…

Nuno Linhares
- 555
- 3
- 11
9
votes
2 answers
Can I use the new free SSL/TLS AWS certificates without ELB or Beanstalk on plain EC2?
AWS just announced free SSL/TLS certificates here: https://aws.amazon.com/blogs/aws/new-aws-certificate-manager-deploy-ssltls-based-apps-on-aws/
Mainly:
SSL/TLS certificates provisioned through AWS Certificate Manager are
free!
and
You can…

site80443
- 113
- 1
- 1
- 7
8
votes
2 answers
How can I use a static IP address with an Application Load Balancer in a highly available manner?
I'm overseeing an integration for a customer and their vendor needs a number of IP Addresses to whitelist. The originating server(s) is an Elastic Beanstalk Instance fronted by an Application Load Balancer with all the trimmings via Route53.
That's…

sean
- 195
- 1
- 1
- 5
8
votes
1 answer
Utilizing SSL on Multi-domain, Autoscaling Elastic Beanstalk Setup
We are creating a Content Management System for our company. It is important that this CMS support dynamic domain names on a dynamic number of servers. After many hours of research we felt that Amazon's Elastic Beanstalk was the way to go. One thing…

Patrick Stephan
- 211
- 2
- 8
8
votes
1 answer
Enable the EPEL repository on AWS Elastic Beanstalk
I need to install some tools from the Extra Packages for Enterprise Linux repository (EPEL) that are not available in the default repositories of the Amazon Linux AMI. /etc/yum.repos.d/epel.repo already contains the needed repository, but it is…

lime
- 181
- 1
- 3
7
votes
1 answer
I want to put WordPress — all of it — on EFS. Should I?
I have a WordPress site that, as of now, I am running completely on an Amazon Lightsail instance. It gets properly backed up; availability is okay; security is good; it's a simple setup to maintain. It's fine.
I want to improve availability and load…

Carter Pape
- 171
- 1
- 7
7
votes
2 answers
How do I get yarn installed on elastic beanstalk?
Currently you can't install yarn using yum so there doesn't seem to be an easy way to create a config that installs it before asset pre-compilation.

chaostheory
- 193
- 1
- 7