Last active
November 20, 2022 19:54
-
-
Save tonyOreglia/c78bdea0ee49b593a21184b7ee9b0668 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JumbleJournalDNSAliasRecord: | |
Type: AWS::Route53::RecordSetGroup | |
Properties: | |
HostedZoneId: Z05106123ABC456DEF789 | |
RecordSets: | |
- Name: tonycodes.com | |
Type: A | |
AliasTarget: | |
HostedZoneId: Z2FDTNDATAQYW2 | |
DNSName: !GetAtt | |
- CFDistribution | |
- DomainName | |
- Name: tonycodes.com | |
Type: AAAA | |
AliasTarget: | |
HostedZoneId: Z2FDTNDATAQYW2 | |
DNSName: !GetAtt | |
- CFDistribution | |
- DomainName |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment