aem-aws-stack-builder
aem-aws-stack-builder copied to clipboard
Replace ELBs with ALBs
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/ .
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
Further we need to add the support of the ELBv2 to ruby_aem_aws https://github.com/shinesolutions/ruby_aem_aws/issues/30