aem-aws-stack-builder icon indicating copy to clipboard operation
aem-aws-stack-builder copied to clipboard

Replace ELBs with ALBs

Open cliffano opened this issue 8 years ago • 2 comments

Consider replacing the existing ELBs with ALBs where make sense.

One benefit that many users often want is the recently new support for multiple TLS certs https://aws.amazon.com/blogs/aws/new-application-load-balancer-sni/ .

cliffano avatar Nov 01 '17 21:11 cliffano

To replace the ELBs with ALBs we need to update the aem-orchestrator code to use the ELBv2 Client instead of the ELB client. https://github.com/shinesolutions/aem-orchestrator/issues/47

mbloch1986 avatar Oct 09 '20 05:10 mbloch1986

Further we need to add the support of the ELBv2 to ruby_aem_aws https://github.com/shinesolutions/ruby_aem_aws/issues/30

mbloch1986 avatar Oct 09 '20 06:10 mbloch1986