diff --git a/deploy/aws/template.yaml b/deploy/aws/template.yaml index b5ec9084e..e59bae160 100644 --- a/deploy/aws/template.yaml +++ b/deploy/aws/template.yaml @@ -540,4 +540,7 @@ Outputs: Value: !If - UseCustomDomain - !Sub 'https://${CustomDomainName}' - - !Sub 'http://${LoadBalancer.DNSName}' \ No newline at end of file + - !Sub 'http://${LoadBalancer.DNSName}' + AlbDnsName: + Description: 'The raw DNS name of the Application Load Balancer (use as the target for custom domain CNAME/Alias records).' + Value: !GetAtt LoadBalancer.DNSName \ No newline at end of file