aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.65k stars 3.91k forks source link

Support multiple domain names for ApplicationLoadBalancedFargateService #5751

Open agalazis opened 4 years ago

agalazis commented 4 years ago

Problem

I have an ApplicationLoadBalancedFargateService that should be available via multiple domain names

Proposed Solution

Since the functionality for setting a single domain name and consequentially a certificate over https is already available, it would be ideal to be able to set an array of domain names to be used as an alias to my load balancer and if over https create their certificates


This is a :rocket: Feature Request

danilvalov commented 2 years ago

I'll just leave this here:

https://jeremynagel.medium.com/adding-multiple-certificates-to-a-applicationloadbalancedfargateservice-with-cdk-adc877e2831d

konstantinzelinsky commented 2 years ago

Maybe this will be helpfull https://aws.amazon.com/blogs/aws/new-application-load-balancer-sni/ https://stackoverflow.com/a/53241713