Skip to content

Commit

Permalink
Add CNAME output
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Mar 13, 2024
1 parent ddcd083 commit c28a882
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions aws-custom-cluster/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,13 @@ Resources:
- Name: AutoScalingGroupName
Value: !Ref OriginGroup
Outputs:
DNSCnameRecord:
Description: CNAME record for your DNS Server
Value: !Join
- ''
- !GetAtt
- ApplicationLoadBalancer
- DNSName
EndPoint:
Description: HTTPS URL of the Ant Media Server
Value: !Join
Expand All @@ -697,3 +704,5 @@ Outputs:
- !GetAtt
- ApplicationLoadBalancer
- DNSName


0 comments on commit c28a882

Please sign in to comment.