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
2
votes
1 answer
Offboarding someone with EB ssh access
Recently someone left our organization who had an SSH key for our production Amazon ElasticBeanstalk environment. How is this scenario typically handled? Is a new key-pair created and then distributed among the other people who have access? Is…

Eric W.
- 123
- 6
2
votes
3 answers
AWS Elastic beanstalk + WAF
Maybe a silly question, but is it possible to use AWS WAF with Elastic beanstalk or is it already included or am I looking at this entirely wrong?

ConsultUtah
- 259
- 1
- 3
- 13
2
votes
4 answers
AWS Elasticbean Beanstalk eb ssh using private DNS names
I'm trying to use the eb cli utility ( version 3.8.7 ) to try to SSH to my ElasticBeanstalk managed instances.
The instances have only private ip addresses and I'm connected using a VPN to the VPC.
When I run the command eb ssh it's trying to…

Dimas Kotvan
- 241
- 3
- 7
2
votes
2 answers
Add ElastiCache Cluster to Elastic Beanstalk Application
I have an Elastic Beanstalk app setup utilizing the docker platform. Everything runs smoothly and I can redeploy the app using the eb deploy cli command. The app is setup on a custom VPC (something I barely understand) and is accessible via the…

Patrick Stephan
- 211
- 2
- 8
2
votes
1 answer
Changing file permissions on AWS Elastic beanstalk environment
I have an AWS worker tier environment and I want to change file permissions so i can write logs to file. I have tried doing this in eb extensions .config file but cannot get it to work.
If the command is run (sudo chmod 777 /path/to/file.rb) under…

Iain Watt
- 21
- 1
- 4
2
votes
2 answers
Getting a custom package to install properly on Elastic Beanstalk
I'm trying to get an elastic beanstalk worker environment set up, but one of the packages in the project's requirements.txt file comes from a private pypi server that I've got set up on EC2.
I can get this custom package to install on my local…

Enrico Tuvera Jr
- 131
- 1
- 6
2
votes
0 answers
How do I deploy this web app (Sentry) to Amazon Elastic Beanstalk using Docker?
I am trying to deploy a popular web app (Sentry) to Amazon Elastic Beanstalk.
Beanstalk has support for Docker containers and the Docker Hub already has a configuration for Sentry here.
I have tried the following Dockerrun.aws.json:
{
…

RainSear
- 241
- 1
- 3
- 5
2
votes
1 answer
What does ElasticBeanstalk error "Application version is unusable and cannot be used with an environment" mean?
I'm attempting to deploy a .NET application to ElasticBeanstalk using the AWS-cli tools.
First upload then create version using:
aws elasticbeanstalk create-application-version
--application-name "MyApp - DEV"
--version-label "0.1.165"
…

gregmac
- 1,579
- 4
- 18
- 27
2
votes
1 answer
AWS Elastic Beanstalk - Node not found after creating NodeJS instance
Using AWS Elastic Beanstalk I chose to launch an instance that runs NodeJS. EC2 instance launched but when I check what version of node is running I get this:
node --version
-bash: node: command not found
My EC2 instance AMI…

dev.e.loper
- 141
- 2
- 5
- 12
2
votes
1 answer
Install Comodo SSL Cert for AWS Elastic Beanstalk Instance
I purchased a wildcard SSL cert from Comodo SSL, but am really confused on how to install it to use with my AWS Elastic Beanstalk instance.
The files they sent me are:
STAR_setheroapp_com.crt
STAR_setheroapp_com.ca-bundle
Wildcard Cert in txt…

dennismonsewicz
- 121
- 3
2
votes
0 answers
Setup keystore and truststore in elastic beanstalk
Im new to AWS, mutual authentication. However I have not setup elastic bean stalk. I am working with a payment API. The organization that has setup the API requires a keystore and trust store to be setup
I have signed up my for AWS and simply setup…

Brian Hawi
- 21
- 3
2
votes
1 answer
git deployment to aws elastic beanstalk multiple tiers
We're using git and eb to deploy our elastic beanstalk application on aws, but have just added a worker layer. Given that so much of the code is common (models, etc etc), it seems sensible to have a single source base, but you can only have one eb…

stevemarvell
- 131
- 5
2
votes
1 answer
should I use different Dockerrun.aws.json files for aws eb or set Enviroment variables via eb console
let say I have several ElasticBeanstalk enviroments:
productionMyApp
stagingMyApp
qaMyApp
Each environment has really similar Dockerrun.aws.json (what volumes should be linked where) but different environment variables (e.g. what is the RDS db…

equivalent8
- 121
- 7
2
votes
1 answer
Setting up Elastic Beanstalk application with HTTPS
I have a working application on Elastic Beanstalk and would like to make it accessible ONLY through HTTPS. Because I would like for the application to scale automatically, I need to configure HTTPS at the Load Balancer level and not the single EC2…

chRyNaN
- 123
- 4
2
votes
1 answer
EC2 Public DNS not working with HTTPS - Elastic Beanstalk URL is working
I have completely ran out of ideas to fix this issue. I've gone through just about every given solution to similar issues and nothing has worked successfully.
I've successfully set up my Ruby on Rails application using Elastic Beanstalk to work…

user3386826
- 25
- 1
- 6