Hi, guys. What do you think about connecting domai...
# general
s
Hi, guys. What do you think about connecting domain and ssl in pulumi script ? or it's better do this things manually ? I try to do it via this example - https://github.com/pulumi/examples/tree/master/aws-ts-static-website But try to change it to container and Fargate service.
w
Definitely you can do this with Pulumi, and it’s fairly common to do so. For doing this in front of Fargate, you most likely want to create a LoadBalancer in front of the Fargate Service and attach the LB to your domain.
s
@white-balloon-205 Maybe you have some examples of this implementation? Now I'm stuck on the add ssl listener for NLB. And also, some problems I have with add alias to NLB form Route53 ...