Questions tagged [amazon-beanstalk]

34 questions
2
votes
0 answers

Beanstalk - eb branch command not found

I'm new to AWS and I'm trying to get a Node.js app running using Beanstalk. The app is running now and I would like to deploy code from a prod git branch. I followed this tutorial:…
nicondev
  • 131
  • 3
2
votes
0 answers

Elastic Beanstalk .ebextensions security group

I've been pouring over the AWS documentation for Elastic Beanstalk and .ebextensions. Unfortunately, it's left me seeing stars. I'm trying to accomplish a few things: I have a Java application that will deployed into multiple instances, each…
Brooks
  • 91
  • 6
2
votes
1 answer

AWS Beanstalk PHP: howto keep files between deployments?

What is best practice to keeps dynamic or user submitted files between deployments? i.e. git aws.push simply removes existent app directory and then extract new version onto EC2 instance, but I need to keep some logs, settings and user submitted…
wik
  • 156
  • 4
2
votes
1 answer

What persistent changes can I make to an Amazon Beanstalk configuration?

(Cross posted to AWS forums) We have a static family of static websites we're thinking of hosting on Amazon Beanstalk. We currently depend on ssh access for our deployment process: We upload a zip file and unzip locally unzip version.zip We…
ripper234
  • 5,890
  • 9
  • 41
  • 49
2
votes
2 answers

Which AMI to to use for Java/Tomcat/MySQL in Amazon EC2?

I originally posted this on stackoverflow.com and it was suggested serverfault.com might be a better place to ask this question. So here goes: I'm trying to determine which Amazon Machine Image (AMI) to use as my Virtual Server in Amazon's EC2. For…
Justin
  • 129
  • 1
  • 3
1
vote
1 answer

How to get a chart for memory usage in AWS Elastic Beanstalk?

How to get memory chart in AWS EBS? Lots of choice there but memory is not one of them. The setup used includes a load balancer.
1
vote
1 answer

What is the major difference between AWS Elastic Beanstalk & Docker. Which one should i use?

I just started learning about Amazon elastic beanstalk, and it seems very good and useful. However, it seems like Docker can be used for the same thing. AWS EB let's you create environments in Node.js, PHP, Java and start an app in few steps very…
samceena
  • 161
  • 1
  • 1
  • 3
1
vote
1 answer

Developing with Git and SSH access on AWS Elastic Beanstalk

We are using EC2 to develop one of our application and we are using Git and SSH to access our EC2 server and deploy files. Unfortunately, AWS breaks some data, changes IP addresses and make other things which make our development awful. I guess this…
1
vote
2 answers

Config file for ATOP deployment on AWS Elastic Beanstalk

SOLVED I need ATOP to install on EC2 the instances when the machines deploy from Beanstalk. AWS support only had the link below to follow, but it doesn't show how to deploy in the ebextensions config files. Has someone already done this and have a…
Kliqks
  • 21
  • 4
1
vote
2 answers

Migrating a very Large Wordpress website to Amazon Beanstalk

I want to migrate a very large website (15 GB) built on Wordpress. I have followed this whitepaper, everything is working as it should for a new or small website installation/migration. Although I succeeded in restoring the Database using MySQL…
1
vote
0 answers

AWS beanstalk: Why settings reset when beanstalk servers are restarted, however WAR deployement work fine with the changes

After lots of struggles, I identified how to enable gzip compression on my aws beanstalk Java-tomcat environment In war file I have instructions to overwrite this file which have few added file types for compression e.g:…
PHP Avenger
  • 259
  • 2
  • 8
1
vote
1 answer

Connecting public facing application load balancer to a private load balancer

I'm using AWS and trying to remap a huge application to small parts - in summary: I'm transforming a monolitic application to a micro-service based one. So I want to use a public facing loadbalancer where I can route some paths to other enviroments.…
1
vote
2 answers

How to add an additional Network Security Group with configuration on AWS Elastic Beanstalk Environment Creation?

How can I add an additional Network Security Group with configuration in AWS Elastic Beanstalk? I have the problem that I need to add the rds security group on every creation of an elastic beanstalk environment manually. Creating the new env,…
1
vote
1 answer

Managing AWS Beanstalks with Puppet

I'm thinking about using Puppet Enterprise to deploy sets of servers/services to Amazon Web Services. As far as I can tell, the best way to do this is via CloudFormation. Based on what I've read, CloudFormation defines how to setup/create services.…
Mitkins
  • 255
  • 2
  • 9
0
votes
1 answer

Elastic beanstalk deployment in private subnet of the VPC is failing with following error when public subnet ACL inbound is deny all

TLD: Error, when the public subnet is inbound, is deny all. The EC2 instances failed to communicate with AWS Elastic Beanstalk, either because of configuration problems with the VPC or a failed EC2 instance. Check your VPC configuration and try…