• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: first version of deployment config scripts for Ubuntu/AWS
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: first version of deployment config scripts for Ubuntu/AWS


  • Subject: Re: first version of deployment config scripts for Ubuntu/AWS
  • From: Paul Hoadley <email@hidden>
  • Date: Thu, 05 Mar 2015 08:30:49 +1030

Hi John,

On 5 Mar 2015, at 7:13 am, John Huss <email@hidden> wrote:

You're missing out big time using the traditional deployment model on AWS.  If you instead use an deployment model that includes an elastic load balancer you get a ton of benefits:

1) it automatically replaces dead instances.
2) it can automatically scale up if needed
3) lots of free monitoring graphs, etc
4) highly available = the load balancer never fails (unlike wotaskd and pals)

For simplicity I recommend using elastic beanstalk and deploying a WAR file.  But you could also build a docker image and deploy a traditional app instead (using beanstalk), but without the cruft of wotaskd and javamonitor.

In the long term - the AWS container service is in beta and allows deploying docker images across a fleet of EC2 instances.  This the best model for deploying WO apps since you typically want to have multiple app processes running on each machine rather than a single monolithic process (which is what WAR deployment gives you).

Are you doing any of this in practice?  How do you handle session persistence?


-- 
Paul Hoadley
http://logicsquad.net/


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: first version of deployment config scripts for Ubuntu/AWS
      • From: John Huss <email@hidden>
    • Re: first version of deployment config scripts for Ubuntu/AWS
      • From: Ray Kiddy <email@hidden>
References: 
 >Re: first version of deployment config scripts for Ubuntu/AWS (From: John Huss <email@hidden>)

  • Prev by Date: Re: first version of deployment config scripts for Ubuntu/AWS
  • Next by Date: Re: first version of deployment config scripts for Ubuntu/AWS
  • Previous by thread: Re: first version of deployment config scripts for Ubuntu/AWS
  • Next by thread: Re: first version of deployment config scripts for Ubuntu/AWS
  • Index(es):
    • Date
    • Thread