Questions tagged [elastic-beanstalk]

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.

496 questions
0
votes
1 answer

How can I install an SSL certificate using Amazon Certificate Manager to a VirtualHost?

I'm using Elastic Beanstalk and a t2.micro instance to host a few of my websites. For one of the websites specifically, I want to enable https. How do I go about doing this? I have each domain pointing toward a different folder in the instance. I…
0
votes
1 answer

Elastic Beanstalk on a naked domain?

If I were to be using Elastic Beanstalk to deploy a cluster of servers, it creates a load balancer for me. The advice is to specify an A record pointing to the Elastic Beanstalk name provided (appname.elasticbeanstalk.com), however you cannot…
Marc Fowler
  • 163
  • 3
0
votes
2 answers

SSL certificate complication for aws eb

I am using Digicert for buying SSL certificate and its giving me different files on demand as DigiCertCA .crt .pem star_evercam_io .crt .pem TrustedRoot .crt .pem am totally unaware that how can i have PRIVATE KEY from this. What i need to do…
0
votes
0 answers

AWS Elastic Beanstalk Single Environment website update without down time

I am running a single instance Elastic Beanstalk environment with an EC2 instance and MySql RDS. The documentation for applying a website update without down time is geared to multi instance environments. The premise is that you create a new…
Luke
  • 549
  • 1
  • 6
  • 18
0
votes
0 answers

Jenkins aws elastic deployment plugin just create a new ec2 on each update

Here is something strange happening when I tries to deploy from Jenkins to Elastic Beanstalk , you can check my previous question for more clarity.…
user29578
  • 101
  • 2
0
votes
1 answer

AWS Elastic Beanstalk Load balancer returning blak page after cloning EB enviromnent even if EC2 are runnig

Given I have healthy working production enviroment set up via AWS Elastic Beanstalk running 3 EC2 instances load balanced by ELB. (EC2 instances are Docker containers) When I clone the EB environment to new EB environment newproduction-2 Then new…
0
votes
2 answers

Run AWS Beanstalk app only at certain time periods

I only want the beanstalk app to run during working hours 8 - 5. How do I configure it so that I automatically starts at 8am and shuts down at 5pm on weekdays and turns off completely on weekends?
Julian
  • 119
  • 3
0
votes
1 answer

Is it normal for Elastic Beanstak operations to take forever?

Every time I deploy, reboot, or change a configuration setting on EB, the change takes several minutes to take effect, during which time my environment's status is "Updating" and I can't do anything. I keep finding myself thinking, "This can't be…
Jason Swett
  • 1,468
  • 5
  • 23
  • 37
0
votes
2 answers

Use boto to update ElasticBeanstalk environment options

Boto has a function, update_environment, that allows the user to update options in an AWS ElasticBeanstalk environment. Using the AWS CLI, this would typically be actioned as follows: aws elasticbeanstalk update-environment --environment-name my-env…
Garreth McDaid
  • 3,449
  • 1
  • 27
  • 42
0
votes
1 answer

AWS Elastic Load Balancer HTTP health check ping not reaching Rails application server

I have just inherited a Ruby + Rails application running on AWS Elastic Beanstalk, and it is currently using TCP for the Elastic Load Balancer health check. I wish to switch to HTTP, and actually hit my application. To do this I creat an endpoint on…
0
votes
1 answer

What is the Difference Between An Immediate Signing Certificate and an Intermediate Certificate?

I am doing some work with AWS, and in the process of uploading my certificate to AWS, the certificate chain I am uploading is throwing an error that says, The certificate chain must start with the immediate signing certificate, followed by any…
0
votes
1 answer

Elastic Beanstalk purging Varnish across instances

I’m a little stuck with how best to clear Varnish across all my instances on Elastic Beanstalk - unfortunately I’m not most knowledgeable with AWS. I would like to keep things simple regarding the set up so I opted to have a Varnish cache on each…
0
votes
1 answer

How to get notified about error 500 using elastic beanstalk

I set up an application using elastic beanstalk and I would like to receive an email everytime an error 500 is caught containing the error message. I'm able to receive an email using load balancer HTTPCode_Backend_5XX alarm in CloudWatch service but…
Masadow
  • 103
  • 6
0
votes
1 answer

Deploy a Docker environment on Elastic Beanstalk

I just "Dockerized" my infrastructure into containers. The environment basically is one nginx-php-fpm container which contains nginx configured with php-fpm. This container connects to multiple data-containers which contains the application files…
guidsen
  • 101
0
votes
2 answers

Elastic Load Balancer awseb-e-g has zero healthy instances

I have an Elastic Beanstalk (EB) set up with a running application on a PHP/Apache server. The application was running OK since many hours ago when the EB's health got subtly RED and I don't know why. No logs was available on EB > My Application >…
cawecoy
  • 273
  • 3
  • 11