We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b08ce0 commit aeb321fCopy full SHA for aeb321f
cicd/3-app/aiproxy/template.yml
@@ -26,8 +26,9 @@ Resources:
26
Name: !Sub "${SubdomainName}.${BaseDomainName}"
27
Type: A
28
TTL: 300
29
- ResourceRecords:
30
- - !GetAtt LoadBalancer.DNSName
+ AliasTarget:
+ DNSName: !GetAtt LoadBalancer.DNSName # Reference the DNS name of the load balancer
31
+ HostedZoneId: Z2FDTNDATAQYW2 # The hosted zone ID for Elastic Load Balancer in us-east-1
32
33
LoadBalancer:
34
Type: AWS::ElasticLoadBalancingV2::LoadBalancer
0 commit comments