Questions tagged [amazon-elastic-beanstalk]

AWS Elastic Beanstalk is a PaaS (Platform as a Service) service from Amazon Web Services that allows users to create applications and push them to a definable set of AWS services.

AWS Elastic Beanstalk is a PaaS (Platform as a Service) service from Amazon Web Services that allows users to create applications and push them to a definable set of AWS services, including Amazon EC2, Amazon S3, Amazon Simple Notification Service (SNS), Amazon CloudWatch, auto scaling, and elastic load balancers.

AWS Elastic Beanstalk Documentation

9253 questions
4
votes
2 answers

ipv6 support on AWS in Elastic Beanstalk on US East (N. Virginia)

I am new to AWS. I have PHP web service and hosted on AWS. I have created elastic beanstalk on US East (N. Virginia) and i got default URL from AWS. I checked that URL on http://ipv6-test.com/validate.php but it is showing "This website is not…
4
votes
3 answers

ActiveJob Serialization: no call to deserialize

So I'm trying to implement the fairly straightforward example from here which overrides ActiveJobs' serialize et deserialize methods to save an attempt_number integer between job retries. I have tried implementing the example into my project, on…
4
votes
1 answer

AWS Elastic Beanstalk - error requirements.txt

When I try to deploy my Amazon Web Services Elastic Beanstalk project (Python + Django), I get the following error: 2016-09-14 14:46:37,244 ERROR Error installing dependencies: Command '/opt/python/run/venv/bin/pip install -r…
4
votes
1 answer

Deploy multiple platforms to Elastic Beanstalk (PHP/Python)

Is it possible to deploy multiple platforms to AWS? I have a PHP application that I would also like to run a small python script. I see the PHP platform installs Python by default, but using eb deploy AWS does not pick up requirements.txt and…
Vinnie James
  • 5,763
  • 6
  • 43
  • 52
4
votes
3 answers

AWS Elastic Beanstalk Load Balancer SSL/HTTPS not working

I can't switch on SSL for my load balancer in AWS Elastic beanstalk. I add these to my configuration as well as the certificate in the drop down below them. When I hit add, I get this warning. The warning seems okay as it is ignoring a deprecated…
4
votes
1 answer

How to delete current user credentials from awsebcli?

Started working on my other laptop and noticed that it has old EB credentials stored in. How can I "reset" awsebcli. I want eb init command to ask me to specify new aws credentials but cannot figure how.
Kimmo Hintikka
  • 13,472
  • 7
  • 34
  • 63
4
votes
2 answers

Access RDS from Elastic Beanstalk Instance in VPC

I'm trying to configure access to our RDS from the instances in an Elastic Beanstalk environment. The RDS and EB environment are in the same VPC. The complication is that the security group for the EB instances is dynamically generated at…
user1751825
  • 4,029
  • 1
  • 28
  • 58
4
votes
1 answer

Restrict EC2 security group to Elastic Beanstalk instances

I have my MongoDB deployed in an EC2 instance, nice and steady. I will (hopefully) have my Elastic Beanstalk load-balanced Web App launched soon using Docker. However, I feel like my Database is too sensitive to dockerize or beastalk-ize, so I wanna…
4
votes
0 answers

Grant DefaultAppPool write permission to folders within wwwroot in EBS AWS

I've been trying to give the IIS APPPOOL\DefaultAppPool user write permissions to two folders under the wwwroot folder using the .ebextensions container_commands. There are two scenarios that I need to cover: Be able to grant the DefaultAppPool…
4
votes
1 answer

Run alembic migrations on a flask elastic beanstalk instance

I have an elastic beanstalk instance with flask installed. I have alembic properly setup and I can run the command locally by running cd migrations alembic upgrade head I made a file in my .ebextensions which looks like this: container_commands: …
4
votes
0 answers

Elastic Beanstalk with multiple environments and URL routing between them

I'm trying to get started with creating a website with a few Docker microservices using Amazon Web Services. These services should all reside under the same domain, so i want something like: domain.com/search to point to my Search…
4
votes
1 answer

Issues in setting up https for domain. Files are on Amazon Beanstalk

I want to setup https for my domain name. My files are on AWS Beanstalk(php website) I have my namecheap ssl for the domain registered. On EC2 Console: The ELB was configured by default. I added my SSL to I AM and attached with the ELB that was…
4
votes
2 answers

Ruby gems fail to install on Elastic Beanstalk

I am trying to deploy a rails application to AWS elastic beanstalk. Every time I try to deploy I end up with this error message. I found one answer that said to increase the instance size to handle the memory exception but it has not worked for me.…
4
votes
2 answers

How do specify an environment name for elastic bean stalk?

I am trying to deploy to elastic beanstalk using the cli. The command I run is eb create --modules ebtargets/goapi -v I get the following error WARNING: You have uncommitted changes. INFO: Getting version label from git with git-describe INFO:…
sheki
  • 8,991
  • 13
  • 50
  • 69
4
votes
2 answers

WS eb init missing equal-sign error

I ran and configure the key and the rest with aws configure But when I run eb init I got the error ERROR: 'init/20160618/us-west-2/elasticbeanstalk/aws4_request' not a valid key=value pair (missing equal-sign) in Authorization header:…