January 2019
Intermediate to advanced
490 pages
15h 37m
English
We can create a template for RecordSet, given as follows:
Note that the S3 hosted zone is static, based on the region (for example, Z2FDTNDATAQYW2 for ap-south-1).
Resources: QuizzerCloudDNS: Type: AWS::Route53::RecordSetGroup Properties: HostedZoneName: !Sub - ${DomainName}. - DomainName: !Ref RootDomainName Comment: Zone apex alias. RecordSets: - Name: !Ref RootDomainName Type: A AliasTarget: HostedZoneId: !Ref RecordHostedZoneId DNSName: !ImportValue ...
Read now
Unlock full access