Re: AWS ELB "Application Load Balancer"?
Re: AWS ELB "Application Load Balancer"?
- Subject: Re: AWS ELB "Application Load Balancer"?
- From: Matthew Ness <email@hidden>
- Date: Wed, 07 Jun 2017 07:58:10 +1000
Hi Mark,
We don't use ELBs as an alternative to Apache, but we certainly put ELBs
in front of our applications.
If you are interested in using AWS for scaling your WO apps, you can use
ELB "sticky sessions" to route session traffic to the correct EC2
containers, but this does not accommodate ELBs (or some other mechanism)
unceremoniously terminating an EC2.
We currently scale our sessionless apps using Auto Scaling Groups with
scaling policies, and we're in testing phase for session-based apps
using the same concept as Ramsey's PSS framework, but with
Redis/Elasticache instead of db storage.
If you are interested in using ELBs to remove the apache/adaptor layer,
I'd be really interested in your approach and progress.
Regards,
--
Matt
http://logicsquad.net
On Wed, Jun 7, 2017, at 05:58 AM, Mark Gowdy wrote:
> Hi, has anyone looked at AWS - ELB (Elastic Load Balancer) "Application
> Load Balancer" as an alternative to Apache and the adaptor (in a similar
> way that mod_proxy config works)?
>
> Mark
>
>
>
>
> _______________________________________________
> 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
_______________________________________________
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