AWS ElasticBeanstalk in a production environment
Asked Answered
S

2

6

I wonder about the choice of AWS Elastic Beanstalk as an environment for the production system. Do you have some experience in this regard?

Suppurative answered 7/5, 2011 at 10:2 Comment(0)
R
3

More info as I have been using EB for more than 8 months...

So far so good, elastic beanstalk has its limitation though.

  1. It is designed for service handling, but when you just want a processing unit, you need to do something additional for ELB and autoscaling.
  2. Fixed in latest release: No VPC yet, so your Elastic Beanstalk is still exposed to the internet., but VPC support is limited and need manually config through config files.
  3. Fixed in latest release: Not easy to customize the webserver (e.g. tomcat) you have to use your own images.
  4. Limited tuning option on the webserver parameter.
  5. From my experience, reliability is OK not great, the main problem is the EB automation scripts sometime can stuck you environment.

But overall I like it.

Rita answered 14/9, 2012 at 20:11 Comment(0)
D
2

We deployed our Java webapplication (all three environments) Beta, Staging and live on ElasticBeanStalk. They are doing well, so far we haven't faced any issues with Elastic Beanstalk.

Doctrinaire answered 13/6, 2012 at 12:11 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.